层绝对居中方法

body {
padding:0px;
margin:0px;
}
#inhalt {
position:absolute;
height:200px;
width:400px;
margin:-100px 0px 0px -200px;
top: 50%;
left: 50%;
}
–></style>

<body>
<div id=”inhalt”>
……
</div>
</body>

没有评论 »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment