Help with CSS - edit, nm solved.

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
Ok, so i made a site, has some jsp on it, but css looks different between MSIE and Firefox. I made a browser detect so that it can select the correct css file to load based on browser. Is this the best way to do this? The problem is that firefox still decides to load msie's css.. any help?

On msie it displays style.css
On firefox it displays fstyle.css but it seems to still load msies css file. is that because its named style.css? ill check that out.