Sliding Iconic Menubar for Firefox 2

Sliding Iconic Menubar for Firefox 2
264
****
Last updated May 23 2007
0 installs this week, 454 total.

Not my own work!!
This is a mix of "style 993" with "style 1119" and "style 1123"
thx to "LouCypher" and "XerBlade"

Install options

Feedback

Reviews

Lain_13 said on Feb 28 2008

I recommend to use this styles for menu hide/show:

/* Collapsiong menu to one icon */
#menubar-items > #main-menubar {
visibility: collapse !important;
}
/* Showing menu */
#menubar-items:hover > #main-menubar {
visibility: visible !important;
}

Display-None style kills menu in FireFox 3.0 because display property if Fx3 work correctly. :)
****

AgentSierra said on Feb 10 2007


Nice mix. Definitely will save me a lot of space. ****