I need help creating a dropdown menu from a image... (meaning that when you put your mouse over the image the menu pops up...) Don't need it to be too fancy with transactions and so on, only basic dropdown menu... Thnx...
I would take a look at http://cssplay.co.uk/menus/ for what you are looking for. If you can't find it you can also try http://dynamicdrive.com/ as both of these sites have great javascript free (so they work in all browsers) menus and CSS code.
You could also use CSS to ad the image to the background of a link/div so you don't have to fight with getting a "<img>" tag to work as a menu.
Wow, thanks, I thought I would have to either learn DHTML and JavaScript to do this or pay for a program to do it for me, but guess what, my good friend CSS works too! Thanks David!