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!
@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!
