弹出框文档居中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了弹出框文档居中相关的知识,希望对你有一定的参考价值。
1 div{ 2 background:#f00; 3 width:100px; 4 height:100px; 5 position:fixed; 6 overflow:hidden; 7 top:50%; 8 left:50%; 9 margin:-50px 0 0 -50px;//利用margin负值时特性,就不需要什么js了 10 }
margin负值可以做出很多特效,如果哪位大神有更好的例子,求分享学习
以上是关于弹出框文档居中的主要内容,如果未能解决你的问题,请参考以下文章