
*{ padding:0px; margin:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:105px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-252px -264px; bottom:180px; _margin-bottom:180px;}
#code_hover{ background-position:-252px -264px; bottom:180px; _margin-bottom:180px;}
#code_img{ width:245px; height:332px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:150px; bottom:168px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:6px;}