Browser CSS Hack Collection

Source: Internet
Author: User

The so-called hack is that only a specific browser can recognize this hack code. Hack is not a good thing, unless there is no way, we try not to use the thing. The following is a list of CSS Hack for each browser.

Firefox browser
@-moz-document Url-prefix () {  . selector {    property:value;  }}

Browsers that support all Gecko kernels (including Firefox)

*>.selector {property:value;}
Webkit Kernel Browser
@media screen and (-webkit-min-device-pixel-ratio:0) {  Selector {    property:value;  }}
Opera Browser
Html:first-child>b\ody Selector {property:value;}
Internet explorer

Internet Explorer has a different hack approach for different versions.

IE 9
: Root Selector {property:value\9;}
IE 9-
Selector {property:value\9;}
IE 8
Selector {property:value/;} Or: @media \0screen {    Selector {property:value;}}
IE 8+
Selector {property:value\0;}
IE 7
*+html Selector{property:value;} Or: *:first-child+html Selector {property:value;}
IE 7-
Selector {*property:value;}
IE6
Selector {  _property:value;} Or: *html Selector {  property:value;}

Browser CSS Hack Collection

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.