css在不同浏览器中的唯一标识以height属性为例

Haile ·
更新时间:2024-09-20
· 967 次阅读


代码如下:
height:73px; /*正常浏览器*/
[;height:50px;] /* chrome */
-moz-height:73px; /*firefox*/
_height:73px; /*IE6*/
*height:73px; /*IE7*/
height:73px\9; /*IE8*/



浏览器 height CSS

需要 登录 后方可回复, 如果你还没有账号请 注册新账号