Recently we have discussed Data URI schemes previously and were trying to develop a patch for Drupal 6 that will create optimized CSS automatically. The latter solution break IE 6/7 and probably other browsers that do not support data URI schemes. Today I have a better patch that just provides a workaround for IE 6/7 (yes, these browsers won't gain any performance improvement using this patch).
Continue reading...