Hello, I want to make pictures display onMouseOver in drop-down menus...so if user points over a value on the menu, the image assigned to that value, in the database, will show to the right of the menu, in whatever size, for the sake of it, we'll say 300x300px. I looked on the web and can't find anything like it, I'll keep looking. Any help is appreciated, even pointing me to sites you know have this. I need to get this done soon. Thank you all in advance.
as gangsta said hard coding the image urls is better idea. then you can use the onMouseOver function(search on google, you will get it free) to show the image. this gonna be little trickier here since you probably have to set a place holder blank image first and hide it. on mouse over, you can change the "src" attribute of the placeholder image, and display it. onMouseOut you probably wanna hide it again using javascript.
Alex, You don't even need javascript to do this. If all you're looking for is the ability to make a picture popup on a mouseover event, you can use just CSS. Here's an example: Google the following term and check out the results: css image gallery