View Single Post
Old 01-08-2009, 10:16 AM   #8 (permalink)
Dr John
The Contributor
 
Join Date: Apr 2005
Location: Kent, UK
Posts: 54
Thanks: 0
Dr John is on a distinguished road
Default

All you need to do is design for Firefox, correct for IE using conditional statements, and that's it.

There is no need what so ever to have a separate css file for each browser, because if it works in FF, it should work in all modern browsers. Browser sniffing is not used now. Especially as some browsers can pretend to be other browsers and thus feed your script duff data.
__________________
www.kidneydialysis.org.uk
Dr John is offline  
Reply With Quote