Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q871 Is it possible to set the font for certain elements in a drop down box?

irt.org | Knowledge Base | JavaScript | Form 1 | Q871 [ previous next ]

Q871 Is it possible to set the font for certain elements in a drop down box?

Only on all of the options:

<style>
.small {font-size: 8pt; color: #FF0000; font-family: Arial;}
</style>

<p class="small">
<form class="small">
<select>
<option>ABC123
<option>123ABC
</select>
</form>
</p>

Also see Is it possible to set the font in a textarea?

Feedback on 'Q871 Is it possible to set the font for certain elements in a drop down box?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.