/*外层DIV*/
div {position: relative;overflow:hidden;width: 显示宽度px;}
/*left=50%刚好在中间,margin-left=往前移动图片一半,这是图片就是居中了*/
img {border:none;width: 图片宽度px;position:absolute;top:0;left:50%;margin-left: -图片宽度一半px;}
实测margin-left:-?px;需要调试。
/*外层DIV*/
div {position: relative;overflow:hidden;width: 显示宽度px;}
/*left=50%刚好在中间,margin-left=往前移动图片一半,这是图片就是居中了*/
img {border:none;width: 图片宽度px;position:absolute;top:0;left:50%;margin-left: -图片宽度一半px;}
实测margin-left:-?px;需要调试。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。