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

首頁 > 開發 > CSS > 正文

CSS在網頁放置注意的兩個問題

2024-07-11 09:05:10
字體:
來源:轉載
供稿:網友

武林網(www.survivalescaperooms.com)文章簡介:CSS在網頁放置注意的兩個問題。

1、應該將 CSS 放置于結構的上方(一般放置于 head 元素內)。CSS 是解釋型語言,Firefox 和 IE 在等待 CSS 傳輸完成之前不會渲染任何東西。只有將 CSS 前置,才可在瀏覽器解析結構時,對頁面進行渲染。

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.

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

2、盡量使用 <link rel=”stylesheet” href=”” type=”text/css”> 的樣式導入方式,而減少 @import 的使用,更勿使用多層嵌套的 @import 。因為在 IE 里, @import 相當于將 <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.

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 北宁市| 曲沃县| 永年县| 益阳市| 巴楚县| 新竹市| 长垣县| 苍溪县| 郓城县| 津市市| 玛曲县| 册亨县| 化隆| 滦南县| 徐水县| 松溪县| 江山市| 无棣县| 常熟市| 安平县| 阿坝| 宜都市| 大洼县| 武陟县| 达孜县| 克东县| 夹江县| 杂多县| 景谷| 若羌县| 浦江县| 连城县| 庆元县| 河北省| 金湖县| 伊宁市| 龙泉市| 修武县| 信阳市| 彭山县| 岑巩县|