Auto-hide the statusbar
it's close but can we have it so it shows the status bar when you hover over a link (or if possible if you hover over a link while holding down the alt key)
Nice, i like it
don't see why the statusbar reacts nothing after installed.
Thanks JuanBR, but that seems to create a permanent hover area which takes up almost as much space as the actual status bar. @LouCypher: Apparently I haven't. How inexcusable of me.
I like the idea that JuanBR threw out there, the ability to have the bar appear when mousing over a link (to see what URL the link points to) until it can do that, I won't be using it. it's a great concept though. I already use autohide sidebar, toolbar show/hide, and sliding menubar
Can you make it appear also when the mouse is hover a link?
Cochem, try this:
#status-bar {
margin-bottom: -30px !important;
padding-top:20px;
}#status-bar:hover {
margin-bottom: 0 !important;
padding-top:0;
}and see if is it something what u're looking for :)
You can also increase/decrase the numbers to modify as u want