Hi all
Howto make make drop down menu on http://www.dynamicdrive.com/dynamici...ndex.htm#theme
became multilevel menu?
thank you![]()
Hi all
Howto make make drop down menu on http://www.dynamicdrive.com/dynamici...ndex.htm#theme
became multilevel menu?
thank you![]()
find the <li> for where you want the sub menu to be, leave off the trailing </li> and instead add a new <ul> list. After that list is closed add back the </li> from earlier.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
I've tried your suggestions. but it does not work![]()
Just changing the HTML markup of the menu to become a nested UL list won't work unfortunately. Have you checked out the Multi Level menus in the Menus section as an alternative?
DD Admin
Bookmarks