I have to admit that I never had to worry about versions of Firefox before it appeared in CSS, but for some reason FF 3.5 does not correctly position some of my elements compared to how FF2 and FF3.0 do.
Now I have to find out if there is its FF 3.5.
Here is what I am doing now to handle CSS through FF and IE:
<link rel=stylesheet href="./inc/style.css" type="text/css">
Now I need to add a third option, I suppose, but how? Is there a way to do this, or do I have to deal with the need to implement some kind of JavaScript solution?
Thanks -
css firefox
Onenerd
source share