css hack原理及常用hack

访客4年前关于黑客接单1129

原理:行使差别浏览器对CSS的支持和剖析效果不一样编写针对特定浏览器样式。常见的hack有1)属性hack。2)选择器hack。3)IE条件注释


IE条件注释:适用于[IE5, IE9]常见花样如下

<!--[if IE 6]>
Special instructions for IE 6 here
<![endif]-->


选择器hack:差别浏览器对选择器的支持不一样

/***** 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  }


属性hack:差别浏览器剖析bug或方式

/* IE6 */
#once { _color: blue }

/* IE6, IE7 */
#doce { *color: blue; /* or #color: blue */ }

/* Everything but IE6 */
#diecisiete { color/**/: blue }

/* IE6, IE7, IE8 */
#diecinueve { color: blue\9; }

/* IE7, IE8 */
#veinte { color/*\**/: blue\9; }

/* IE6, IE7 -- acts as an !important */
#veintesiete { color: blue !ie; } /* string after ! can be anything */
思源资源网:分类流动

1.阿里云: 本站现在使用的是阿里云主机,平安/可靠/稳固。点击领取2000米代金券、领会最新阿里云产物的种种优惠流动点击进入

相关文章

代缴话费【代缴话费的钱是怎么来的】

代缴话费(代缴话费的钱是怎么来的) v   代缴话费,除了1米手续费外尚有什么盈利的空间~~   好比开联通的相助厅的必需条件:1 ,加盟方必需是公司实体;2,须缴纳必然的担保金,一般是2万以上...

博卡自助烧烤如何加盟?简单几步让你快速成功

博卡自助烧烤如何加盟?简单几步让你快速成功

想要加盟一个好的项目,加盟者必需要有很多的疑问,并需要本身去一个个的解答这些疑问,这样才气足够的相识本身到底想要插手一个什么样的项目,选择一个什么让的品牌,插手博卡自助烧烤加盟品牌后,您就不消再为这些...

电脑软件卸载不了怎么办?有了这个方法,没有

电脑软件卸载不了怎么办?有了这个方法,没有

我们在使用电脑的过程中,会安装各种软件,在安装的时候会莫名其妙的出来一堆垃圾软件,但又无法卸载。如果你在某卸载软件的时候出现无法卸载的情况,不妨通过以下方法来解决。 覆盖安装卸载: 1、出现软件不...

2019十一月最后一天说说语录 十一月最后一天说说句子

我亲爱的朋友们,2019就需要进到倒数计时了,一眨眼就只剩余最后一个月的時间了,在十二月来临之际,微信朋友圈要发些哪些好呢?下边我产生:2019十一月最后一天说说经典话语 十一月最后一天说说句子。...

勒索病毒黑客心态(勒索病毒攻击原理)

勒索病毒黑客心态(勒索病毒攻击原理)

本文导读目录: 1、勒索病毒是什么? 2、勒索病毒席卷而来 黑客为什么只要比特币 3、勒索病毒搞哭全球!背后的黑客简直奇葩? 4、勒索病毒席卷而来,黑客为什么只要比特币 5、勒索病毒是...

黑客赚钱微信号(黑客赚钱微信号安全吗)

黑客赚钱微信号(黑客赚钱微信号安全吗)

如何盗取微信号和密码的详细步骤图 登录别人微信不知道密码怎么办修改密码:如果您不知道微信账号的密码,可以在微信登录页面点击“找回账号密码”,然后选择“申诉找回”。如果您知道密码,建议您在删除陌生设备后...