set html pulldown menu color, how to set html dropdown box color, how to add web page dropdown box color, guide set html pulldown menu color
(Website Helper) pulldown menu color Number of Visitors: Site Map

set html pulldown menu color



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about set html pulldown menu color, how to set html dropdown box color, how to add web page dropdown box color, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



It is very easy to add color to the background and text of a html pulldown menu or drop down box.

The following is the html code for a colored drop down menu ( pull down box ) with colored text.


<form name="form">
<select name="site" size=1 style="background-color: pink; 
color: blue; font-weight: bold; font-size: 10pt;")>
<option value="">Pick A Link</option>
<option value="http://www.edusoftmax.com">computer repair tips</option>
<option value="http://website.edusoftmax.com/">website design tips</option>
<option value="http://englishonline.edusoftmax.com/">Learn english</option>
<option value="http://mathonline.edusoftmax.com/">learn math</option>
</select>
</form>

Now let's see the above code in action as follows:

Note:

The above code is only showing how to set the pulldown menu or dropdown box color. You need other javascript to make it fully work, that is, to go to the web address indicated in the option value.

(Website Helper) pulldown menu color (c) EduSoftMax - www.edusoftmax.com