[导入]css控制div居中

 div永远居中css也能控制

<style type="text/css">
<!--
#center 
{
position
:absolute;
width
:300px;
height
:60px;
left
:50%;
top
:50%;
z-index
:1;
background-color
:#000;
color
:fff;
margin-left
:-150px;
margin-top
:-32px
}
       
</style>
</head>
<body>
<div id="center">永远居中</div>
</body>


suiqirui 2007-05-14 14:51 发表评论

文章来源:http://www.cnblogs.com/suiqirui19872005/archive/2007/05/14/745844.html

posted on 2007-06-19 14:53  温温恭人  阅读(229)  评论(0编辑  收藏  举报

导航