实现兼容IE6的方式:
<!--[if IE 6]>
<style type="text/css">
/*<![CDATA[*/
html {overflow-x:auto; overflow-y:hidden;}
/*]]>*/
</style>
<![endif]-->
<style type="text/css">
/*<![CDATA[*/
html {overflow-x:auto; overflow-y:hidden;}
/*]]>*/
</style>
<![endif]-->
CSS的精华部分在:
body {margin:0; padding:0 10px 0 10px; border:0; height:100%; overflow-y:auto; background:#ccc;}
#menu {display:block; top:10px; left:10px; width:130px; position:fixed;
* html #menu {position:absolute;}
#menu {display:block; top:10px; left:10px; width:130px; position:fixed;
* html #menu {position:absolute;}