我有<条码>div,需要在网页浏览后垂直放在屏幕上。
http://jsfiddle.net/JtZ7F/“rel=“nofollow” http://jsfiddle.net/JtZ7F/。
<div style="height:1000px; border:1px solid red;">
scroll
<span style="height:150px; width:100px; float:right; border:1px solid green; display:block; position:fixed;top:50%; margin-top:-75px;">
need vertical center of the screen after page scroling
</span>
</div>
现在,我使用<代码> :固定;,它不是解决办法。
我想,当我停止把我的绿箱上滚动的网页时,我会顺利地转移到屏幕的垂直中心。
我怎么能够这样做呢?