日期:2014-05-16 浏览次数:20321 次
.always-center{
position:fixed;
width:800px;
height:500px;
z-index:99;
top:50%;
left:50%;
margin-left:-400px;
margin-top:-250px;
}
<div class="always-center">
<!-- table here -->
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>无标题页</title>
<style type="text/css">
body{height:3000px;}
#test{width:500px;height:300px;border:1px solid red; position:fixed;margin:auto;top:0; left:0;bottom:0;right:0;}
</style>
<!--[if lte IE 6]>
<style>
#test{width:auto;height:auto;border:1px solid red; position:absolute;}
</style>
<script type="text/javascript">
function makeFixed(){
var _div = document.getElementById('test'),//获取待操作对象,table可放在里面
_clientWidth = (document.documentElement
------解决方案--------------------
document.body).clientWidth,//获取当前可见区域宽度
_clientHeight = (document.documentElement
------解决方案--------------------
document.body).clientHeight,//获取当前可见区域高度
//获取距顶部偏移量:可见区域距离最顶部+(当前