读书人

坑爹的base标签

发布时间: 2012-06-27 14:20:09 作者: rapoo

坑爹的base标签啊
直接看代码

<base href="http://localhost:9002/" /><style>.popuoBox{width:328px;height:190px; position:absolute;left:0; top:0; z-index:999; display:none; background:url(../images/msgimg.png); _background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/msgimg.png', sizingMethod='crop')}</style>


此时
src='images/msgimg.png'

就错乱了, 完全错乱了, 只能用绝对地址了

只能改为:
src='/images/msgimg.png'


浪费我两个小时...

读书人网 >Web前端

热点推荐