ok guys, u solved this so fast last time. i’ve altered my sub lists to display horizontally, but when i move off the parent <li>, my sub list disappears.
http://www.mymediaventure.com/galleries.php. this happens on the Pricing and the Galleries tab.
Last time it was a z-index issue with the <h1> being a higher value than the sub list, but that’s not the case anymore. thanks.
I can tell you why it’s not working. It’s because the display of the sub-list only occurs when the cursor hovers over the anchor element in the tab (i.e., Pricing and Galleries). I seen this feature on a bunch of web-sites so I know it can be done. If you know of one, you might try using Firebug on Firefox to see how it was done.
Here’s a site using pop-ups although it’s table based.
.
After our discussions, I think I have the fix. In following css element, I changed the height from 25px to 30px.
I tried 26-29 and they didn’t work. The larger height is extending the hover area 5 pixels downwards so it’s in contact with the sub-menu. When it didn’t, you left the hover area before entering the sub-menu.