Help me dear Mambo Bros. How do I get the submenu to open like it opens on your site? I use mycssmenu and at the moment the template html for the menu looks like this:
Quote:
<!-- TOPNAVI TABLE -->
<table cellpadding="0" cellspacing="0" width="760" border="0">
<tr><td>
<div id="navcontainer">
<ul id="navlist">
<li id="active">
<?php echo
$mycssHORZwSUBmenu_content; ?></li></ul></div></td></tr>
</table>
<!-- /TOPNAVI TABLE -->
|
Now the main menu opens horizontally and looks like what I want, but the submenu opens vertically as a text list.. So how do I define it to open horizontally with css under the main menu?
Thank You in advance!
EDIT: I just realized that I can do what I want with css split menu.. .
Thanks for the great scripts!