国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 郓城县| 湘阴县| 伊春市| 沙河市| 普格县| 福泉市| 鹤庆县| 桂平市| 南江县| 珲春市| 丹东市| 贵溪市| 阆中市| 丽江市| 彰化县| 根河市| 晋中市| 嘉兴市| 洪洞县| 鄂托克旗| 弥渡县| 安义县| 肥西县| 和平区| 宜川县| 桓台县| 武邑县| 都匀市| 通山县| 萝北县| 巴南区| 锡林郭勒盟| 蒙阴县| 蓬安县| 绥江县| 枝江市| 苏州市| 房产| 三穗县| 新乡市| 满洲里市|