01-08-2009, 10:16 AM
|
#8 (permalink)
|
|
The Contributor
Join Date: Apr 2005
Location: Kent, UK
Posts: 54
Thanks: 0
|
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.
|
|
|
|