Browser-Specific CSS
If you’ve done much with CSS at all you know that the IE’s not only display differently than Firefox, but IE7 displays differently than IE6.
Instead of using Javascript or another scripting language to determine what browser is being used, there are a few simple techniques that can handle that problem for you. This works inline or through an included stylesheet.
The first applies to all browsers, Firefox, IE7 & IE 6. The second applies to IE7 & IE6. The last applies to only IE6. This means that if you define them in the order I have given you, the top only effects Firefox, while the second line only affects IE7 and the last line only affects IE6.-Kerry


No, as I rarely have a case where I need to check the other websites, and they usually go identically to one of the main 3.
I’m sure there are solutions and if you look on Google you’ll be able to find them, there are Javascript solutions and so on, to create browser-specific CSS for all browsers, just probably going to be more complicated.
-Kerry
That’s interesting, do you have a solution for other browsers (opera) or Firefox on Mac?