Thursday, November 26, 2009

[jQuery] [Superfish 1.4.8] changing position of folded out menus

Hi,

I got it to work, following is the solution:
Simply put

========================================
.sf-menu {
line-height: 2.5em;
}
========================================

to change the line-height of the menubar and additionally to control
the
distance of the submenus to the menu bar just add the top:

========================================
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 2.5em;
z-index: 99;
}
========================================

Michael

No comments: