Guest Posted December 30, 2005 Share Posted December 30, 2005 Hello Please can someone provide a little help in this coding dilema... I am trying to make a css menu that dropsdown when hovered over. I have made the menu and css code which uses Unordered Lists to generate the menu and nested lists for the sub menus... <code> <ul> <li>cat 1<li> <li>cat 2 <ul> <li> subcat 1</li> <li> subcat 2</li> <li> subcat 3</li> </ul> <li> <li>cat 3<li> <li>cat 4<li> </code> That is an example of how it works... now i need to pull teh data from the database and populate this unordered list.. i just cant seem to get it to work... please can someone shed some light on the php code needed... Thank You so much Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.