
//
//
//
//
//
//
//
//
//
//
软件Tags:
IE6对透明PNG支持不佳,在此使用了IEPNGFIX行为脚本:
<style type="text/css">.progress-bar .progress-bar-image, .progress-bar .progress-bar-image span{behavior: url(css/iepngfix.htc);} .progress-bar>span{behavior:none;}</style><!--[if lt IE 7]><script type="text/javascript" src="css/iepngfix_tilebg.js"></script><![endif]-->同时,IEPNGFIX当前版本对于单张图片背景定位支持不错。但当我进展到CSS Sprite这一步时,IE6在Z轴最上面的一张,用来做遮盖的图片溢出了3个像素,解决如下:
<style type="text/css">*html .progress-bar .progress-bar-image{overflow:hidden; height:22px;}</style>图片的叠加顺序:
ie6必须
