Web Design reference: IE restrictions on page resources

Source: Internet
Author: User
Tags file size reference domain name

In the actual development of the website, we often find IE browser restrictions on resources, which makes people very depressed, do not understand the time, we will waste a lot of time to catch worms. Now we're going to list IE 's restrictions on page resources to avoid these limitations in development.

  1. Only the introduction of 3-layer @import CSS files is supported;
  2. Support only @import 32 CSS files (using link to introduce the same as this, you can view this test page, the 5th test is noteworthy);
  3. When using the data URI, a maximum of 32K base64 encoding is supported (only IE8,IE6 and IE7 do not support the data URI);
  4. URL length maximum 2048 characters;
  5. The number of selectors per style label or CSS file cannot exceed 4095 (refer to Qin Ge's article, many places that the CSS file size limit for IE is 288KB, Qin Ge's test denies this);
  6. Cannot download files larger than 2GB (seemingly IE8 solves this problem);
  7. Supports a total of 300 cookies;
  8. Each domain name allows up to 20-50 cookies (IE6 allow 20, IE7 after patching can use 50), (other browsers are mostly limited, such as opera limit of 30, Firefox limit 50, and safari/webkit no limit);
  9. Can only read up to 4,096 bytes of cookies, write more than 5118 bytes of cookies head will be wrong.

There should be other restrictions, please add.



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.