@lordheinz : tinxuu sir!!

[quote=Refresh/Reload]make two copy of your js extension...
you can named it firefox.js and explorer.js
insert this css injection on top of both js...
var cascade = document.createElement("link");
cascade.type = "text/css";
cascade.rel = "stylesheet";
cascade.href = "PUT YOUR CSS URL HERE";
cascade.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(cascade);
you can use one css file for both js extension or make two css
one for IE and one for Fx... if you want different layout heheh...

[/quote]
ahaha! dat's wat im talkin about! nice one dud!

heinz's profile is only for ie only .. but if he uses two css files then problem solved for ff!