PDA

View Full Version : DHTML PHP MySQL Drop Down Menu?


Squintz
03-24-2004, 07:22 PM
I have check www.hotscripts.com and only found one menu that has the funtionality that i want. All the rest are not even close and the one i found was very ugly and not full customizeable.

This is the one i found:
http://www.alaris.dk/index.php?lang=uk&tab=3&submenu=5

Im looking for a nice looking DHTML menu like the ones found on www.dynamicdrive.com

All i really need is the PHP/DHTML menu and the MySQL tables that go along with the menu. I am capable of creating a Admin(control) Panel for it.

Does anyone here know where i can get such a menu?

I thought about editing one of dynamicdrive's menus but it seems like it would take for ever to do that and im not even sure if i know how to do it?

I would like to beable to customize the size, color, images, ect. both the main menu and submenus. And would like to have unlimited submenus( or atleast 4 or 5)But the site i am putting together will be given out to others and i want to make sure the people who use the code arnt limited.

sidvorak
03-31-2004, 08:15 PM
I'm not sure where to start with this one...

if you want to customize the look of menus use CSS. For the script, check out gazingus.org (http://gazingus.org/html/Using_Lists_for_DHTML_Menus.html)

This script is very small and can easily be adapted to display content from a database using your choice of server side scripting.

Now, if all you know about coding is CTRL-V, CTRL-C...you might run into some trouble... ;)