站长资源网页制作

区分IE6,IE7,IE8和FF的css hack

整理:jimmy2024/10/8浏览2
简介复制代码代码如下:body{ background:#F00;/*for FireFox,IE 8 7 6 最终运用到FireFox*/ *background:#0F0;/*for IE 8 7 6 最终运用到IE7*/ _background:#

复制代码代码如下:
body{
background:#F00;/*for FireFox,IE 8 7 6 最终运用到FireFox*/
*background:#0F0;/*for IE 8 7 6 最终运用到IE7*/
_background:#00F;/*for IE 6 最终运用到IE6*/
background:#FF0\0;/*for IE 8 最终运用到IE8*/
}

上一篇:css clear之清除区域

下一篇:CSS 学习笔记