亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css中hack的原理和使用方法

發布時間:2021-09-07 17:36:50 來源:億速云 閱讀:145 作者:chen 欄目:編程語言

這篇文章主要介紹“css中hack的原理和使用方法”,在日常操作中,相信很多人在css中hack的原理和使用方法問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”css中hack的原理和使用方法”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

1、瀏覽器對CSS樣式的支持程度、分析結果和識別CSS的優先級,可以根據這些的特征寫出不同的CSS樣式代碼。

2、IE6可以識別下劃線和星號*,IE7可以識別星號*,不能識別下劃線_。

firefox兩者都不能識別,IE6.IE7和FF可以通過使用這些特殊符號來寫出不同的代碼。

實例

/*****  Selector    Hacks   ******/
/*  IE6 and below   */
* html #uno {   color:  red }
 
/*  IE7 */
*:first-child+html  #dos {  color:  red }
 
/*  IE7, FF,    Saf, Opera */
html>body #tres { color: red }
 
/*  IE8, FF, Saf, Opera (Everything but 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 }
 
/* Everything but IE6-8 */
 :root *> #quince { color: red }
 
/*  IE7 */
 *+html #dieciocho { color: red }
 
/* Firefox only. 1+ */
 #veinticuatro, x:-moz-any-link { color: red }
 
/*  Firefox 3.0+ */
#veinticinco, x:-moz-any-link, x:default { color: red }

到此,關于“css中hack的原理和使用方法”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

庄浪县| 横山县| 二手房| 舞钢市| 雅安市| 获嘉县| 深州市| 安康市| 宝应县| 新晃| 新余市| 屏东市| 新泰市| 滦平县| 凭祥市| 涿鹿县| 杭州市| 南京市| 尼勒克县| 通河县| 镇康县| 阿图什市| 白山市| 扬州市| 惠安县| 东台市| 饶河县| 新乐市| 黎城县| 云龙县| 卢氏县| 延边| 平远县| 冀州市| 遵义市| 章丘市| 山阳县| 万年县| 石河子市| 宁津县| 久治县|