Using conditional comments to provide CSS for different browsers

Whilst I tend to hold the view if you design a website properly from scratch that you shouldn’t need different CSS, there are occasions when sometimes a minor tweak is required here or there for a particular browser (I’m talking to you Internet Explorer 6) in order for it to display correctly. Or in some cases you may want it to display differently.
If you find yourself in this position, I recommend defining the browser specific CSS definitions in a separate CSS file and using conditional comments.








