使用position: absolute 老喜欢用margin-left来移动元素 margin-left在浏览器上兼容有问题,ie不会让元素自动居中,出现如果margin-left:40%;在非ie浏览器就会到达最右边,在ie中居中
解决方法:使用left跟top来移动元素
使用position: absolute 老喜欢用margin-left来移动元素 margin-left在浏览器上兼容有问题,ie不会让元素自动居中,出现如果margin-left:40%;在非ie浏览器就会到达最右边,在ie中居中
解决方法:使用left跟top来移动元素