Technology?A site for testing the new tools I'm building, and a little talk about what I'm learning on the way. |
Joshua dot Perina dot com - Posts - RSSSyndicated content powered by .geographical mediaRSS syndication makes it easy to receive content updates in My Yahoo!, Newsgator, Bloglines, and other news readers. |
Current Feed ContentInternet Explorer CSS File Size LimitToday I encountered a problem where in IE7 and IE6 it appeared as if some parts of my CSS style was not loading. I tracked the problem down to what appears to be a file size limit of ~288kb for .css files. In IE only the first 288kb in a file will be read and processed. Any CSS after 288kb will be ignored. In this particular case I was loaded a CSS file of 347kb. Firefox does not seem to have a limit. The limit appears to be a "per file" limit. You can split the CSS into two... |