View Full Version : Dropdown Menus


bubblegummy
08-18-2003, 09:15 PM
Hello there, this is probably a very simple question for the majority of you :)

My friend's got a dropdown menu and instead of the word "Go" as the submit button thinger, she wants an image instead... Does anyone have the code for this? Thanks =D

jtchange
08-19-2003, 03:40 AM
i would like to see the code that they have so i can see what i would do...

MaGiCSuN
08-19-2003, 12:51 PM
<input type="image" src="example.gif" width="90" height="90" border="0">

that's the 'basic' code. So in a dropdown menu it would be something like this:

<input type="image" src="example.gif" style="font-family: verdana"
style="color: #FF0000"
style="font-size: 12"
style="background: #CC99FF" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;">

hope that works. btw i found it here:

http://www.bravenet.com/resources/html/index.php?t=15c

love,
Mirna