首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

坑爹的base标签

2012-06-27 
坑爹的base标签啊直接看代码base hrefhttp://localhost:9002/ /style.popuoBox{width:328pxheight

坑爹的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'


浪费我两个小时...

热点排行