prince198 Posted June 13, 2009 Share Posted June 13, 2009 hi i 'm looking for torurail to help me to create multi level menu with php and mysql using of course the <ul><li> oh html so i want to diplay in left on my page somthing like this 1.AMERCA 1.1USA 1.1.1new york 2.EUROPE 2.1france 2.1.1paris so when i click on any item i display article about this item i'm not looking for select balis of html <select id=''> Im looking for <ul><li> any one knows tutorial about this multilevel menu thanks regards Link to comment https://forums.phpfreaks.com/topic/162080-multilevel-menu-with-phpmysql/ Share on other sites More sharing options...
dreamwest Posted June 14, 2009 Share Posted June 14, 2009 Google main page has a dropdown - which it actually a select form, it been styles to look like a submenu. Anyway hide your submenus By making the div or form absolute (position:absolute; z-index:1;) and make the submenu relative (position:relative; z-index:2;) on mouseover, you can do this will images as well Link to comment https://forums.phpfreaks.com/topic/162080-multilevel-menu-with-phpmysql/#findComment-855309 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.