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

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

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

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

1、應(yīng)該將 CSS 放置于結(jié)構(gòu)的上方(一般放置于 head 元素內(nèi))。CSS 是解釋型語言,F(xiàn)irefox 和 IE 在等待 CSS 傳輸完成之前不會(huì)渲染任何東西。只有將 CSS 前置,才可在瀏覽器解析結(jié)構(gòu)時(shí),對(duì)頁面進(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)致的問題就是,頁面會(huì)有一段時(shí)間“樸素”,突然之間又“華麗”,用戶體驗(yàn)很不好。
2、盡量使用 <link rel=”stylesheet” href=”http://www.planabc/yuanxin.css” type=”text/css”> 的樣式導(dǎo)入方式,而減少 @import 的使用,更勿使用多層嵌套的 @import 。因?yàn)樵?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ā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 南召县| 中山市| 泸溪县| 蛟河市| 古交市| 石景山区| 故城县| 时尚| 合肥市| 丰城市| 丹凤县| 咸丰县| 凤庆县| 海原县| 穆棱市| 丹江口市| 临安市| 长岛县| 龙岩市| 宣城市| 阜康市| 成都市| 鹤壁市| 乌拉特中旗| 石棉县| 平遥县| 香河县| 新泰市| 潢川县| 寿阳县| 新和县| 奈曼旗| 云安县| 望城县| 星子县| 丹寨县| 武城县| 开远市| 永清县| 花莲市| 中牟县|