Help - Search - Members - Calendar
Full Version: drop down menu.
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
DIRTYdirt
hey, does anyone know the script for the drop down menus that can customized the colors.. thanks biggrin.gif
mystical
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 -->
DIRTYdirt
hey thanks!! biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.