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