|
Re: General CSS usage advice needed
Surely your site is not so complicated as to need a browser sniffer and load different stylesheet for different browsers?!
The conditional element are the way to go IMO. There are not that many hacks that you need to worry about. The only times I've used another stylesheet was to simple add the width IE6 was suppose to use (box-model hack).
|