DIV背景图片定位问题

<div class="custom-topNavigation_shadow"> </div>
 
正确写法
.custom-topNavigation_shadow {
    width: 1024px;
    height: 115px;
    background: url('Images/document-block-main.png') repeat-x 0 -380px;
}
 
IE8或以下不支持的写法,IE9或以上支持,有误的写法
.custom-topNavigation_shadow {
    width: 1024px;
    height: 115px;
    background: url('Images/document-block-main.png') repeat-x top -380px left 0;
}
 
posted @ 2015-05-28 15:39  KenmuHuang  阅读(412)  评论(0编辑  收藏  举报
如果您看完本篇博文,觉得对您有所收获,请点击右下角的 [推荐]
如果您想转载,请注明出处(原创内容,请尊重个人劳动成果)
如果您有任何意见或建议,欢迎留言
感谢您的阅读,敬请关注我的后续博客文章