Posted by Jonathan N. Little on 05/27/06 17:56
Hywel Jenkins wrote:
> In article <1148721466.722904.95530@u72g2000cwu.googlegroups.com>,
> christinacca@hotmail.com says...
>> Probably impossible but... change listbox fontsize/colors?
>>
>> I am guessing it is fixed in html?
>>
>> If you tell me yes can change it in css -do you have example?
>
> <select style="color:#BB0000; font-size:18pt;">
>
> You could have at least tried ...
>
Better
In stylesheet
..special {
color: #bb0000;
font-size: 1.5em;
/* better to use em proportional size for display than pt */
}
In HTML:
....
<select class="special" name="mylist">
<option>alpha</option>
<option>bravo</option>
<option>charlie</option>
</select>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|