<body>
<div id="box">
<div id="imgList">
</div>
</div>
</body>*{margin: 0; padding: 0;}
html,body{height: 100%; background: #000;}
#box{height: 100%; position: relative; overflow: hidden;}
#imgList{height:200px;position: absolute; top: 50%; <strong>margin-top: -100px;</strong>}
249

被折叠的 条评论
为什么被折叠?



