div居中在页面,而且鼠标滚动div不跟着动
<div style="
position:fixed;
left:50%;
top:50%;
width:400px;
height:300px;
margin-left:-200px;
margin-top:-150px;
background-color:#aaa">
div居中在bai页du面,而且zhi鼠标滚dao动div不跟zhuan着动shu
</div>
关键就是 position:fixed
本文来自博客园,作者:皮军旗,转载请注明原文链接:https://www.cnblogs.com/pijunqi/p/14381287.html