摘要: css部分:* html .backtop /* IE6 底部固定 */{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)));}.backtop{bottom:300px; h 阅读全文
posted @ 2011-08-01 17:35 boyice 阅读(203) 评论(0) 推荐(0) 编辑
摘要: <!–[if lte IE 6]>……<![endif]–>Ite:less than or equal to意思是小于或等于IE6浏览器,用于IE浏览器的条件注释,常用于CSShack,针对IE的JS等。在进行WEB标准网页的学习和应用过程中,网页对浏览器的兼容性是经常接触到的一个问题。其中因微软公司的Internet Explorer(简称IE)占据浏览器市场的大半江山,此外还有Firefox、Opera等。需要对这些浏览器进行兼容。同时,单就IE而言,因IE版本的升级更替,目前浏览者使用的主要停留在 IE5(IE5.5)、IE6和IE7这三个版本中。而这3个版本对 阅读全文
posted @ 2011-08-01 17:24 boyice 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 是别人写的哦~~~我觉得很好呢~~~就复制来了~~~呵呵只需要一句话代码,网站制作时就可以让图片像PPT文档那样可以自由切换,很简单!在转换之前,我们要先了解三个基本代码: 旋 转 :style="filter: progid:DXImageTransform.Microsoft.BasicImage(rotation:1)" 去背景色:style="filter:Chroma(Color=#000000)" 设置渐变色:style="position:relative;left:0px;top:0px;filter:progid:DXImag 阅读全文
posted @ 2011-08-01 10:17 boyice 阅读(634) 评论(0) 推荐(0) 编辑