div相对于浏览器窗口居中、图片相对于外层的div居中

position: fixed;
width:500px;
height:200px;
left:50%; 
top:50%;
margin-left:-250px; /*设置为宽度的一半*/
margin-top:-100px; /*设置为高度的一半*/

posted @ 2016-01-13 16:31  呆若木羊  阅读(412)  评论(0编辑  收藏  举报