



Sliding Iconic Menubar for Firefox 3
Warning: If you use "Cute Menu Crystal SVG" do not select Flat Style in Options!!!
thx Lain_13 for your suggestion!
Neat
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 and you change them.
But I think styles like "margin-left: -9000" crazy, isn't it? :)
great
thanks! you beautifully combined two styles in one! i was waiting for this one!
Looks great! Nice idea too.
Suggestions:
-have it pop up in a floating box instead of sliding the other icons over