



Not my own work!!
This is a mix of "style 993" with "style 1119" and "style 1123"
thx to "LouCypher" and "XerBlade"
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. :)
Nice mix. Definitely will save me a lot of space.