Drop Down Menu with Linked Pictures, Is this possible? |
Drop Down Menu with Linked Pictures, Is this possible? |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Sep 2006 Member No: 465,382 ![]() |
I was just wondering if it was possible to make a drop down menu that uses images. I would like to take the images MySpace uses and place them in the drop down menu and use the drop down menu as my contact table. I thought this might work, but it didn't.
CODE <select style="background-color: COLOUR; color: COLOUR; font-family: FONT; font-size: SIZE;">
<option> <a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=13515844&MyToken=5aaf58dc-1f1e-48b0-b302-2e5b7f27fe51"> <img src="http://x.myspace.com/images/sendMailIcon.gif"> </a> </option> <option>SECOND ITEM</option><option>THIRD ITEM</option><option>FOUTH ITEM</option><option>FIFTH ITEM</option></select><br><br><br> |
|
|
![]() |
*Infinite.* |
![]()
Post
#2
|
Guest ![]() |
here you go :
CODE <center><form action="http://www.skem9.com/navi/index.php" method="post">
<input type="hidden" name="user" value="MTM1MTU4NDQ="><select name="navi" style="width:90px; border-width: 1px; border-style: solid; border-color: 000000; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: ffffff;"> <option value="msg" id="msg">[message]</option><option value="fwd" id="fwd">[foward]</option><option value="a2f" id="a2f">[add]</option><option value="a2g" id="a2g">[group]</option> <option value="a2fav" id="a2fav">[favorite]</option><option value="block" id="block">[block]</option><option value="rank" id="rank">[rank]</option><option value="blog" id="blog">[blogs]</option> <option value="">Skem9.com!</option></select><br /><input type="submit" value="[slam_pig]" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: ffffff;"></form> |
|
|
![]() ![]() |