写了有不少网页了,css的兼容性代码也写了不少,将收集的一些常用的hack方法打包上传共享下~下面是最常用的三种hack方式第一种:.div{background:orange;/*ff*/*background:green!important;/*ie7*/*background:blue;/*ie6*/}第二种:.div{margin:10px;/*ff*/*margin:15px;/*ie7*/_margin:15px;/*ie6*/}第三种:#div{color:#333;}/*ff*/*html#div{color:#6