Compatibility with IE

Source: Internet
Author: User

1. display: inline-block

This is common, but IE browser is not compatible,

Compatibility with IE browsing: * display: inline; ZOOM: 1;

2. Margin: 0 auto;

Horizontal center, which is invalid in IE,

Compatibility method: You need to add

 
* Text-align: center;

3. IE is compatible with css3 attributes.

Premise: Download ie-css3.htc

Usage: add

 
Behavior: URL (ie-css3.htc );
    1. The current element must have a positioning attribute, such as the position: relative or position: absolute attribute.
    2. The Z-index value must be higher than that of the surrounding elements.
    3. Border-radius Set the rounded corner attribute for the four corners of the element
      Element border
      Set the rounded corner attribute for only one corner
      Box-shadow Fuzzy size parameter
      Offset Value
      Other colors except black (#000) are not supported
      Text-shadow Fuzzy size parameter
      Offset Value
      Color value
      The performance of IE is slightly different from that of Firefox, Safari, and chrome. The reason is unknown.

Compatibility with IE

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.