Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从 HTML5Reset 下载了 CSS 文件以用作 CSS 的起始集。查看代码,我发现有以 * 开头的语句,例如。*垂直对齐。我以前从未遇到过这种情况。这是什么意思?
这是一个黑客。
Internet Explorer 7 及以下版本可识别以非字母数字字符开头的属性,但下划线或连字符除外(在丢弃前缀之后)。所有其他浏览器都将这些属性视为无效而忽略。因此,以非字母数字字符(而不是下划线或连字符,如星号)开头的属性仅在 Internet Explorer 7 及更低版本中应用。
http://en.wikipedia.org/wiki/CSS_filter#Star_hack