[原创] css hack的使用方法
1
#someNode
2
{
3
position: fixed;
4
#position: fixed;
5
_position: fixed;
6
}
#someNode2
{3
position: fixed;4
#position: fixed;5
_position: fixed;6
}第一个属性给Firefox以及其他浏览器看
第二个属性给IE7(可能以后的IE8、IE9也是如此,谁知道呢)看
第三个属性给IE6以及更老的版本看。

}
浙公网安备 33010602011771号