Autohide the Bookmarks Toolbar in Firefox 3
chiaroscuro Thu, 08/12/2010 - 23:48
For those who use the Bookmarks Toolbar, especially if in multiple lines, the following code is really useful to get the toolbar out of the way when not needed.
I use this together with the Extension Autohide
I came across this code here
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Auto-hide bookmarks toolbar */
#PersonalToolbar
{
visibility: collapse !important;
}
#navigator-toolbox:hover > #PersonalToolbar
{
visibility: visible !important;
}
Mmmm...
After all that I have discovered that there is a Firefox Extension which does the same thing..
Please see here
Many thanks
- Printer-friendly version
- 0
- 0 votes
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
I think this is one of theby: peter6541 year 4 months ago
-
I really loved reading yourby: peter6541 year 4 months ago
-
I’m impressed, I must say.by: wakawaka1 year 4 months ago
-
Thanks for taking the time toby: peter6541 year 4 months ago
-
Thanks for posting this info.by: peter6541 year 4 months ago
-
I was surfing the Internetby: peter6541 year 4 months ago
-
I am definitely enjoying yourby: peter6541 year 4 months ago
-
Excellent post. I wasby: peter6541 year 4 months ago
more
