网页制作Webjx文章简介:仅 Safari 和 Opera 识别的 Hack;仅 Firefox 3 和 IE7 识别的 Hack。 1、仅 Safari 和 Opera 识别的 Hackmedia all and (min-width: 0px){/* Safari and Opera rules here */}或者media
仅 Safari 和 Opera 识别的 Hack;仅 Firefox 3 和 IE7 识别的 Hack。
1、仅 Safari 和 Opera 识别的 Hack
media all and (min-width: 0px){/* Safari and Opera rules here */}
或者
media screen and (-webkit-min-device-pixel-ratio:0) {/* Safari and Opera rules here */}
注:这里所指代的 Sa