Hi,
Code:
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 2.5em; /* match top ul list item height */
z-index: 99;
}
Is this the part of the CSS you have been trying to change? It certainly should be the part that affects how high the submenu sits.
Unfortunately there's a lot of weird margins on parent containers, and I don't see why (they're surely unnecessarily complicating things).
If you set this to 3.5em does it go lower?
You are pulling the menus "up" instead of to the side with "left"... this should generally be ok so long as you are sure Opera doesn't puke with it (Opera seems to have harder limits with widths and margins than some other browsers). However since the menu itself is pulled up -59px... just makes the math weirder for me.
As a note, I visited the page without any JS enabled cause I generally surf without.
If you are ever unsure whether a problem you see is jQuery or HTML/CSS, simply view your page with Javascript disabled. You will know right away most of the time who the problem belongs to.
Bookmarks