亿天桌面系列贰
作者:rainy 日期:2006-10-27
亿天桌面系列
作者:Moonight 日期:2006-04-29
DIV+CSS浏览器兼容的实用技巧
作者:song 日期:2008-12-31
1,盒解释器的不同解释. #box{
width:600px; //for ie6.0-
w\idth:500px; //for ff+ie6.0
}
#box{
width:600px!important //for ff
width:600px; //for ff+ie6.0
width :500px; //for ie6.0-
}
2,在ie中隐藏css,使用子选择器
html>body #box{ }
3,只有ie识别
*html #box{ }
4,在ie/win有效而ie/max隐藏,使用反斜杠
5,给ie单独定义样式
国际上十四个优秀网页设计审核站[转贴]
作者:rainy 日期:2006-09-12
1.荷兰 strangefruits ------------------------ http://www.strangefruits.nl/
2.美国 XPAIDER ----------------------------- http://www.xpaider.com/
3.泰国 nofound ----------------------------- http://www.nofound.com/home/
2.美国 XPAIDER ----------------------------- http://www.xpaider.com/
3.泰国 nofound ----------------------------- http://www.nofound.com/home/




HTML代码






