/*外层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;需要调试。
时间: 2024-11-08 18:22:59