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


浪费我两个小时...

你可能感兴趣的:(html)