Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing fonts in drop-down select objects 1

Status
Not open for further replies.

rockinhorse

Programmer
Oct 21, 2005
14
US
I can't find a means in which I can change the font in a dropdown select object or even a text input object. Any ideas?
 
plain old html/css.

Code:
<select name="s1" style="font-family: 'Courier New'; color: red;">
Code:
<input type="text" name="t1" style="font-family: 'Courier New'; color: red;">

*cLFlaVA
----------------------------
[tt]your mom goes to college[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top