in your user profile directory, something like "C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles", navigate to the "chrome" directory and you should have a userChrome.css file. or userChrome-example.css which you can rename. make sure this is at the top:
Code: Select all
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */




