首页 > IE7下元素出现1px的空隙?

IE7下元素出现1px的空隙?

.header_sea_box {
    width: 354px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #0e6ca9;
    background-color: #ffffff;
    position: relative;
}
.header_sea_box a {
    width: 90px;
    height: 38px;
    background: url(../images/mas_index.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
}


记得书中提到过 IE下的怪异模式,ie与其他的浏览器对于盒模型的计算标准不同。http://m.blog.csdn.net/blog/semanwmj/7397506 可以看看这个帖子。

【热门文章】
【热门文章】