Limitations of using IE6 Browser w.r.t number of css files
IE6 browser has certain limitations w.r.t to the number of CSS files it supports so if your Portal theme demands lot of CSS files then you would be in trouble while doing cross browser testing.
Below are some of the limitations that are identified in IE6 browser.
Below are some of the limitations that are identified in IE6 browser.
- All style tags after the first 31 style tags are not applied.
- All style rules after the first 4,095 rules are not applied.
2 comments:
Why would you still want to support IE6? It's pre-historic. ;-)
That's true but for some clients this is still a requirement..
Post a Comment