Serving a basic style sheet to old browsers

CSS is now used so extensively on the Web that users of really old browsers such as Netscape 4 are going to have a fairly poor experience all in all. However, we can still be kind to users of really old browsers by at least making sure our advanced use of CSS doesn't crash their browser or cause the content to be completely unreadable. The way we do this is to serve a very simple style sheet to these browsers and attach our real style sheet using a manner that they are unable to understand.