固定位置浮动,该死的IE6

来源:互联网 发布:触屏标准软件 编辑:程序博客网 时间:2024/06/06 02:14

<style type="text/css">

* { margin:0; padding:0;font-size:12px;}

body{height:100%;_overflow-y:auto;}

#floatTool{ width:75px;text-align:center;border:1px solid #ccc;background:#f3f3f3;position:fixed;_position:absolute;right:10px;_right:27px;top:91px;padding:3px;}

</style>

<!--[if lte IE 6]><style type="text/css">html { overflow-x:auto; overflow-y:auto;}</style><![endif]-->