Alright, so I’m building a page in CSS using the Web Developer toolbar in FireFox (highly recommended) to do some really cool on-the-fly testing. But, the same page in IE6 is completely different!
Is there some major issue I should know about between IE6 and FF when it comes to CSS? If someone could point me in the right direction, that would be wonderful…
Also, is it possible to execute a certain CSS file based on the browser the user has (possibly via Javascript)?
Why not? Some browsers in particular have such awful support for standards that trying to use a catch-all stylesheet is simply not an option. Yes, it’s a good guiding principle that you should try to make CSS as cross-browser as possible, but what about when that’s not possible?
[QUOTE=λ]Why not? Some browsers in particular have such awful support for standards that trying to use a catch-all stylesheet is simply not an option. Yes, it’s a good guiding principle that you should try to make CSS as cross-browser as possible, but what about when that’s not possible?[/QUOTE]
like what browsers?