IE5.0, IE5.5, IE6.0, IE7.0, FF1.5, FF2.0 compatible CSS hack code example

Source: Internet
Author: User
CSS

IE7.0 Simplified Chinese official version finally released, for me and the Web page to deal with the Web page compatibility problem also followed. IE7.0 has a significant change is to support the!important, is a good thing, but also to the vast number of IE6 in the era of using!important to distinguish between the processing of IE and FF Web page system author brought many problems, Noker also encountered this problem, so read online information, Write the following this can be compatible with most mainstream browsers today, covering the vast majority of users of the hack code, published in their own forums for everyone to view, research, access. If there are related questions welcome to the discussion, thank you!

Compatible browser version: ie5.0,ie5.5,ie6.0,ie7.0,firefox1.5,firefox2.0

CSS代码(请注意Hack代码的顺序):#test{width:300px;height:100px;background:#DDD!important;/*FF*/background:#FF0;/*IE5.0*/}#test/*IE5.5+*/{*+background:#C0F!important;/*IE7.0*/*background:#F00;/*IE6.0*/*background /*IE5.5*/:#F90;}

Test screenshots under each browser:
















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.