View Single Post
Old 07-06-2008, 09:17 PM   #114
DMcCunney
New York Editor
DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.
 
DMcCunney's Avatar
 
Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
Quote:
Originally Posted by zelda_pinwheel View Post
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
DMcCunney is offline   Reply With Quote