CSS div動態居中

<html>css

<head>html

<style type="text/css">express

.box {htm

width: 200px;it

height: 200px;io

border: 1px solid #000;class

position: fixed;cli

left: 50%;scroll

top: 50%;margin

margin-left: -100px;

margin-top: -100px;

_position: absolute;

_top: expression(eval(document.documentElement.clientHeight/2+document.documentElement.scrollTop;));

_left: expression(eval(document.documentElement.clientWidth/2+document.documentElement.scrollLeft;));

}

</style>

</head>

<body>

<div class="box"></div>

</body>

</html>

相關文章
相關標籤/搜索