stylish for firefox code help

Soldato
Joined
15 Apr 2004
Posts
4,335
Location
Milton Keynes
im currently using this style:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url(chrome://browser/content/browser.xul) {

#status-bar { border-top: 1px solid ButtonShadow !important; }

#status-bar {
height : 1px !important;
min-height : 0 !important;
overflow : hidden !important;
}

#status-bar:hover,
#status-bar:focus,
#status-bar:active { height: inherit /*18px*/ !important; }

} /* 20090405 */



which keeps the status bar hidden in firefox and appears when i rollover the status bar.

what i want it to do is keep the status bar hidden and appear when i roll over links (basically link in google chrome)

anyone know what part i should tweak to make it happen, if possible?

cheers! :)
 
Yeah, I think you'd have to go under the bonnet.

Meerkat - an addon for Firefox to give more screen estate on netbooks - does a similar hide-the-statusbar trick [though not popping up for link hovers]. You might want to rummage around in its code.
 
Back
Top Bottom