IE6、IE7、IE8和firefox(css hack)
时间:2011-03-03 来源:cfd406635982
所以记下CSS hack:
#tip{
background:blue;/*Firefox背景变蓝色*/
background:red\9;/*IE8背景变红色*/
*background:black;/*IE7背景变黑色*/
_background:orange;/*IE6背景变橘色*/
}
相关阅读 更多 +
时间:2011-03-03 来源:cfd406635982
所以记下CSS hack:
#tip{
background:blue;/*Firefox背景变蓝色*/
background:red\9;/*IE8背景变红色*/
*background:black;/*IE7背景变黑色*/
_background:orange;/*IE6背景变橘色*/
}