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

首頁 > 編程 > HTML > 正文

HTML5代碼示例:漸進(jìn)增強(qiáng)版html

2024-08-26 00:16:42
字體:
供稿:網(wǎng)友

武林網(wǎng)(www.survivalescaperooms.com)文章簡(jiǎn)介:漸進(jìn)增強(qiáng)版html.

<!DOCTYPE HTML> <!--[if !IE]><!--><html lang="zh-cn"><!--<![endif]--> <!--[if gt IE 9]><html class="ie10" lang="zh-cn"><![endif]--> <!--[if IE 9]><html class="ie9 lte9" lang="zh-cn"><![endif]--> <!--[if IE 8]><html class="ie8 lte9 no-css3" lang="zh-cn"><![endif]--> <!--[if IE 7]><html class="ie7 lte9 lte7 no-css3" lang="zh-cn"><![endif]--> <!--[if lte IE 6]><html class="ie6 lte9 lte7 no-css3" lang="zh-cn"><![endif]--> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html>

這個(gè)其實(shí)有好幾種不同的版本,按個(gè)人的需求來定吧,本人在不同階段也使用了不同的版本,最終確認(rèn)為這個(gè)版本。其中.no-css3用來表示ie6-8不支持css3的樣式,對(duì)于漸進(jìn)增加方面,可以高級(jí)瀏覽器使用css3,ie6-8使用.no-css3這個(gè)class來定位使用背景圖片,而對(duì)于ie8支持的:before和:after生成的三角,則可以使用.lt7來表示ie7及ie6使用背景圖片。

再次更新下,因?yàn)榭紤]到國內(nèi)瀏覽器還是ie6比較多,所以把順序排列了下,然后只針對(duì)非ie6,7,8進(jìn)行判斷

<!DOCTYPE HTML> <!--[if lte IE 6]><html class="ie6 lte7 no-css3" lang="zh-cn"><![endif]--> <!--[if IE 8]><html class="ie8 no-css3" lang="zh-cn"><![endif]--> <!--[if IE 7]><html class="ie7 lte7 no-css3" lang="zh-cn"><![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--><html lang="zh-cn"><!--<![endif]--> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html>

添加ie9,把no-css3 class改成lte8

<!DOCTYPE HTML> <!--[if IE 6]><html class="ie6 lte9 lte8 lte7" lang="zh-cn"><![endif]--> <!--[if IE 8]><html class="ie8 lte9 lte8" lang="zh-cn"><![endif]--> <!--[if IE 9]><html class="ie9 lte9" lang="zh-cn"><![endif]--> <!--[if IE 7]><html class="ie7 lte9 lte8 lte7" lang="zh-cn"><![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9) ]><!--><html lang="zh-cn"><!--<![endif]--> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 巴塘县| 万州区| 东海县| 墨竹工卡县| 阳城县| 盱眙县| 六盘水市| 平凉市| 城口县| 康乐县| 宁安市| 社会| 邮箱| 桦南县| 邮箱| 奉新县| 乌拉特中旗| 边坝县| 泾源县| 江津市| 惠州市| 枣阳市| 黎城县| 灵璧县| 北票市| 巧家县| 陕西省| 涡阳县| 孝昌县| 定西市| 黄大仙区| 红桥区| 镇巴县| 黔西县| 贺州市| 南昌市| 景宁| 沂水县| 呈贡县| 广宁县| 太康县|