Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /opt/lampp/htdocs/www.linux.zone/wp-includes/pomo/plural-forms.php on line 210
专为IE8的hack,非常简单好用 | Linux区
Linux区


专为IE8的hack,非常简单好用

http://jingyan.baidu.com/article/c45ad29cd41857051753e215.html

比如

.div{right:14px;right:24px\9;width:70px;position:absolute;height:24px;}

为了适应chrome内核极速浏览器,先写right:14px

为了适应IE 6到10内核的浏览器,在right:14px之后,写right:24px\9。

注意是\9。就两个字符搞定ie的hack,酷!

相关博文



发表评论

电子邮件地址不会被公开。