So for example if I do this:
code:
<link rel="stylesheet" type="text/css" href="/res/styles/css.txt"/>
It works in IE, and Opera, and Safari.
But in Firefox and K-Meleon, the stylesheet is entirely ignored.
:@
Anyone know how I can get Gecko to fuckoff using it's own arbitrary rules and follow my actual code like all the other engines do?
(Only needs to work on my machine for now - when I go live I'll use path_info to sidestep the issue, but don't want to worry about that yet)