在 IE7 中, display: inline-block 不起作用。
在 style.css 中的 wordpress 站点中,我定义了:
#footerlinks li {display:inline-block;list-style-type:none;height:25px;}
style.css 来自 functions.php 使用:
wp_enqueue_style( 'style', get_stylesheet_uri() );
对于 IE7,我想使用:
#footerlinks li {_height:25px;zoom:1;*display:inline;list-style-type:none;}
我应该使用什么代码,我应该把它放在哪里?
亲切的问候