css hack原理及常用hack

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

原理:行使差别浏览器对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米代金券、领会最新阿里云产物的种种优惠流动点击进入

相关文章

oppo手机黑客技术新手入门(如何成为手机黑客 基础入门)

oppo手机黑客技术新手入门(如何成为手机黑客 基础入门)

本文导读目录: 1、黑客怎么入门??? 2、黑客入门 3、黑客基本入门知识 4、黑客技术入门学习规划是什么? 5、黑客入门先学什么好 6、黑客新手入门应该学习哪些书籍? 7、黑...

小米网络营销策略有哪些(浅谈小米的网络营销

小米网络营销策略有哪些(浅谈小米的网络营销

小米手机是最近几年来最畅销的一款国产手机之一,它的品牌凭空崛起让很多人感到不可思议,到底小米背后隐藏着什么样的网络营销手段?小米手机的品牌价值如何塑造?下面作者简单分析一下。 微博 微博是如今...

黑客五十元找人(黑客找人多少钱)

黑客五十元找人(黑客找人多少钱)

本文导读目录: 1、什么是黑客? 2、我的QQ号被盗,怎么办? 3、因为做黑客被骗钱了怎么办 4、什么是黑客?黑客是干什么的? 5、微信图片被删怎么恢复 6、微信圈50元解决欠款问...

香港房产信息:新地北角海景豪宅命名 海上船河

文章转载自:香港地产资讯网 发展商开盘前的软销日见心思,新地明天举行的北角临海豪宅命名记者会,今日速递一封附有火漆打印的邀请至传媒手上,尊贵务实的宝石蓝色请柬,表面写上MAKEIT FOREVER。...

外国少年黑客的电影(外国少年黑客的电影有哪些)

外国少年黑客的电影(外国少年黑客的电影有哪些)

刚看了一部电影,忘记名字了!美国片子!一个中学生小孩是个黑客,黑进了... 1、你说的应该是《战争游戏》吧 大卫莱特曼(马修布罗德里克饰)是一位天才少年,他将业余时间全都投在了电脑游戏上。2、Dade...

灵芝怎么吃 灵芝怎么吃效果最好

  灵芝是一种非常重要的药材,在进补方面也是非常的出色,那么灵芝怎么吃最健康呢?下面来介绍两种简单易行的方法: 第一种:灵芝饮品 将整个灵芝切片后放入锅中,加入适量清水,小火熬煮两...