|
Adding the following rule:
ul#primary-nav li.menuparent ul {
position: relative;
top: -22.333em;
}
did the trick in Firefox. Adjust value to suit.
Yes, that top value is dependent upon the number of tiems in the menu and yes, that'll be a PITA if you find yourself needing to add or remove items from those flyouts.
It's either that, or getting into JavaScript. (Which isn't hard, or in any way incompatible with the CSS.)
|