CSS兼容性问题 CSS hack:区分IE6,IE7,IE8,firefox{转}
selector{ property:value; /* 所有浏览器 */ property:value\9; /* 所有IE浏览器 */ +property:value; /* IE7 */ _property 当然,注意顺序。根据CSS的优先性,上面的写法,分别针对Firefox、IE8、IE7和IE6显示值。让我们看看这个: CSS代码如下: p.ie{ height:60px;text-align:center;line-height:60px;border:1px d