·2,447,543篇论文数据,部分数据来源于NoteExpress
Put stylesheets at the top to help progressive rendering on many browsers including IE
将CSS样式表放在页面的最顶端,这样能方便包括IE在内的浏览器进行解析。
One of the previous best practices states that CSS should be at the top in order to allow for progressive rendering.
以前的最佳实践之一明css应在顶部以便允许进步的呈现。
The problem with putting stylesheets near the bottom of the document is that it prohibits progressive rendering in many browsers, including Internet Explorer.
将文档的底部附近的样式表的问题是它禁止许多浏览器,包括 Internet Explorer 中的渐进式呈现。
应用推荐