CSS属性(字体和字体系列)末尾的Asterisk是什么?
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{
font:14px Minion New,times,clean,serif;*
font-size:small;*
font:x-small;
}
pre,code,kbd,samp,tt{
font-family:monospace;*
font-size:108%;
line-height:100%;
}
是否与the IE7 hack相同?但这个星号在最后。
答案 0 :(得分:0)
这是一个css hack,用于IE8,前面带星号的属性只影响导航器IE8。
最终或在开始时对于CSS来说是一样的。