How to Use Different CSS Style Sheets For Different Browsers (www.imagination.gs)

(that tricky bit, you find that your site has certain
In an ideal world, you only need one set of CSS stylevisitors (often your best customers) who, for various
sheets for your website, and those styles will workreasons, are using older browsers that have only
with every browser currently being used. This, asrudimentary support for CSS.
every webmaster soon finds out when he/she usesWhat most (if not all) CSS-using webmasters want is
CSS, is a pipe dream. The modern browsers all havea way to specify that a certain style sheet is to be
uneven levels of implementation of the CSSused by such and such a browser and not others, as
standards. As though this isn't bad enough, theirwell as to hide other style sheets from older
implementations are often buggy - and they don'tbrowsers.
share the same bugs! And when you have solved