Does IE9 have a file size limit for CSS?

CssInternet ExplorerInternet Explorer-9Stylesheet

Css Problem Overview


I'm using Drupal and I notice that if I have my CSS files aggregated that the CSS doesn't always work correctly. I know there is a problem in IE7 but is there a limit to a CSS file size in IE9?

Css Solutions


Solution 1 - Css

There are 3 limits:

Microsoft support/MSDN reference links:

http://support.microsoft.com/kb/262161

http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/internet-explorer-stylesheet-rule-selector-import-sheet-limit-maximum.aspx

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPaul SheldrakeView Question on Stackoverflow
Solution 1 - CssPaul SheldrakeView Answer on Stackoverflow