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

首頁 > 開發 > CSS > 正文

前端設計中的瀏覽器CSS Hack匯總

2024-07-11 08:20:12
字體:
來源:轉載
供稿:網友

CSS Hack是我們解決瀏覽器兼容性(尤其是IE各版本)問題的常用手段。CSS Hack的手法可以說是五花八門,使用時經常混淆。下面是一個匯總,以便查閱。

js代碼
/***** Selector Hacks ******/
  
/* IE6及更低版本瀏覽器 */
* html #uno  { color: red }
  
/* IE7 */
*:first-child+html #dos { color: red }
  
/* IE7, FF, Saf, Opera  */
html>body #tres { color: red }
  
/* IE8, FF, Saf, Opera (除了IE 6、7的所有瀏覽器) */
html>/**/body #cuatro { color: red }
  
/* Opera 9.27 and below, safari 2 */
html:first-child #cinco { color: red }
  
/* Safari 2-3 */
html[xmlns*=""] body:last-child #seis { color: red }
  
/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:nth-of-type(1) #siete { color: red }
  
/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:first-of-type #ocho {  color: red }
  
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #diez  { color: red  }
}
  
/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
 #veintiseis { color: red  }
}
  
  
/* Safari 2 - 3.1 */
html[xmlns*=""]:root #trece  { color: red  }
  
/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] #catorce { color: red  }
  
/* 除了ie 6-8的所有瀏覽器 */
:root *> #quince { color: red  }
  
/* IE7 */
*+html #dieciocho {  color: red }
  
/* Firefox. 1+ */
#veinticuatro,  x:-moz-any-link  { color: red }
  
/* Firefox 3.0+ */
#veinticinco,  x:-moz-any-link, x:default  { color: red  }
  
/* FF 3.5+ */
body:not(:-moz-handler-blocked) #cuarenta { color: red; }
  
  
/***** Attribute Hacks ******/
  
/* IE6 */
#once { _color: blue }
  
/* IE6, IE7 */
#doce { *color: blue; /* o或者 #color: blue */ }
  
/* 所有瀏覽器,除了 IE6 */
#diecisiete { color/**/: blue }
  
/* IE6, IE7, IE8 */
#diecinueve { color: blue/9; }
  
/* IE7, IE8 */
#veinte { color/*/**/: blue/9; }
  
/* IE6, IE7 -- 和!important作用相同 */
#veintesiete { color: blue !ie; } /* 感嘆號后邊可以是任意字符串 */
  
/* IE8, IE9 */
#anotherone  {color: blue/0/;} /* 必須放在所有規則的最后面 */

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 房山区| 柳江县| 宾阳县| 罗定市| 仪陇县| 永城市| 徐闻县| 娄底市| 渝中区| 酒泉市| 陕西省| 商丘市| 叶城县| 射阳县| 亚东县| 伊金霍洛旗| 武冈市| 南皮县| 连平县| 三台县| 阿城市| 昌邑市| 洪泽县| 镇赉县| 石阡县| 双鸭山市| 依兰县| 周至县| 铜陵市| 南涧| 莱西市| 南开区| 灵山县| 隆化县| 通化县| 武川县| 石阡县| 泰来县| 广水市| 德惠市| 浏阳市|