[thelist] CSS applied to textboxes

phammar at dplanet.ch phammar at dplanet.ch
Mon Dec 18 16:43:27 CST 2000


Hi, 
You can use something like this:
(the font tags are for NS which doesn't apply the css on the select)

<style>
.select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #0066CC; background-color: #DAE9F4;}
</style>
<form>
<font size="-1"> 
<select name="select" class="select">
	<option >12365897</option>
</select>
</font>
</form>              


HTH,
Peter


>Is it possible to apply styles to a select box? I *think* I've seen it done,
>but can't remember where, and I've gone nuts trying on my own. I can
>get them to work for everything else but.





More information about the thelist mailing list