上下左右屏幕居中 兼容所有浏览器
自己试了下,用这个代码可以居中,但要是套到自己的代码里的话,大小要改下,还有top和left 也要改,不然还是不会居中的
<style type="text/css">
自己试了下,用这个代码可以居中,但要是套到自己的代码里的话,大小要改下,还有top和left 也要改,不然还是不会居中的
<style type="text/css">
<!--
#content{ width:402px;height:302px;position:absolute;top:50%;left:50%;margin:-151px 0 0 -201px;border:1px solid red;}
-->
</style>
<div id="content"></div>