Quote:
	
	
		| 
					Originally Posted by zelda_pinwheel  hm. thanks for the answer. i might try out TMP, which i remember you mentioning before, but i don't think i want multiple rows of tabs, since i already have an extra toolbar (developper tools) which already reduces the size of the viewport. | 
	
 Install the 
Stylish extension.
Then install this as a userstyle:
	Code:
	   
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Pop-up Web Developer toolbar */
#navigator-toolbox:hover > #webdeveloper-toolbar
{
    visibility: visible !important;
}
#webdeveloper-toolbar
{
    visibility: collapse !important;
}
 The Web Developer bar will be hidden until you mouse over it.
(With thanks to Chris Pederick, who told me the toolbar's true name. 

)
______
Dennis