|
I took a look at the script you are using, the source where you downloaded the script from is contained inside <li> tags, which are floated, currently your submenus are absolutely positioned to the parent elements, which as far as i can imagine would be the <table> elements. I would advise moving away from tables and using <ul> and <li> elements like in the example. I have a similar version of this menu on my site, you could take a look at that if you wanted.
Personally i would have posted this question here as you did oringinally, as my script uses javascript to position the submenu depending on client widths of the parent elements.
Hope this helps you.
Marc
|