JavaScript判断浏览器类型及版本

...

More...

ie6  ie7  代码  javascript  

让IE6下li:hover支持伪类

IE6不支持li:hover伪类。解决办法:将hover定义为一个class,li.hover{},在页面中加入

<li onmouseover="this.className='hover' onmouseout="this.className=''">

More...

hack  css  ie6  浏览器  代码  

IE6下解决max-width min-width max-height min-height方法

在流动布局中总会用到max-width、min-width、max-height、min-height这四个属性,然后IE6却并不支持。

More...

css  ie6  hack  浏览器  代码  

list-style-image在ie6和ie7无法显示图片问题

目前发现最简单的方法,将其图片换为background来做。原因未查。

ie6  ie7  css  hack  
Pages (1)« 首页...«1»...尾页 »