国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > CSS > 正文

優(yōu)化CSS在網(wǎng)頁中的加載方式

2024-07-11 08:20:59
字體:
供稿:網(wǎng)友

1、應(yīng)該將 css 放置于結(jié)構(gòu)的上方(一般放置于 head 元素內(nèi))。css 是解釋型語言,firefox 和 ie 在等待 css 傳輸完成之前不會渲染任何東西。只有將 css 前置,才可在瀏覽器解析結(jié)構(gòu)時,對頁面進(jìn)行渲染。

this causes the blank white screen problem. the page is totally blank until the stylesheet at the bottom is downloaded, on the order of 6-10 seconds for this page. the browser is waiting for the stylesheet to be loaded before it renders anything else in the page, even the static text.

導(dǎo)致的問題就是,頁面會有一段時間“樸素”,突然之間又“華麗”,用戶體驗很不好。

2、盡量使用 <link rel=”stylesheet” href=”http://www.planabc/yuanxin.css” type=”text/css”> 的樣式導(dǎo)入方式,而減少 @import 的使用,更勿使用多層嵌套的 @import 。因為在 ie 里, @import 相當(dāng)于將 <link> 放在頁面尾部。

this is a valid syntax, but, even though it’s in the document’s head, it breaks progressive rendering and instead causes the blank white screen and flash of unstyled content problems.

擴(kuò)展閱讀:

  • 《flash of unstyled content (fouc)》
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 额尔古纳市| 朝阳市| 周宁县| 大新县| 彩票| 博白县| 高平市| 大足县| 静乐县| 内乡县| 桐柏县| 横山县| 朝阳县| 定日县| 甘德县| 乌苏市| 新兴县| 江都市| 五台县| 梁平县| 屯门区| 石台县| 子长县| 巫山县| 平利县| 安多县| 大港区| 扎兰屯市| 双流县| 连州市| 宜州市| 峡江县| 会理县| 石景山区| 伽师县| 永靖县| 武平县| 通渭县| 荥阳市| 汝南县| 三原县|