drop down menu., color. |
![]() ![]() |
drop down menu., color. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 641 Joined: Jan 2004 Member No: 1,552 ![]() |
hey, does anyone know the script for the drop down menus that can customized the colors.. thanks
![]() |
|
|
![]()
Post
#2
|
|
![]() I HAVE YOUR IP ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,429 Joined: Feb 2004 Member No: 2,745 ![]() |
CODE <!-- begin code provided by createblog.com --> <form name="Links"> <select style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" name="menu"> <option value="http://test.com">test.com</option> </select> <input style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" type="button" onClick="location=document.Links.menu.options[document.Links.menu.selectedIndex].value;" value="Go 2"> </form> <!-- end code provided by createblog.com --> Just change, to what you like CODE <!-- begin code provided by createblog.com -->
<select style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" name="menu"> and <input style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" type="button" onClick="location=document.Links.menu.options[document.Links.menu.selectedIndex].value;" value="Go 2"> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 641 Joined: Jan 2004 Member No: 1,552 ![]() |
hey thanks!!
![]() |
|
|
![]() ![]() |