htmlster
02-14-2011, 01:58 AM
Hi,
I would like to change the font-family for the entries (Test1, Test2) in the dropdown list to arial as below:
<select>
<option >Test1</option>
<option >Test2</option>
</select>
I modified it as:
<select>
<option style="font-family: arial">Test1</option>
<option style="font-family: arial">Test2</option>
</select>
But this doesn't work. Can you please let me know how i can resolve this.
Thanks.
I would like to change the font-family for the entries (Test1, Test2) in the dropdown list to arial as below:
<select>
<option >Test1</option>
<option >Test2</option>
</select>
I modified it as:
<select>
<option style="font-family: arial">Test1</option>
<option style="font-family: arial">Test2</option>
</select>
But this doesn't work. Can you please let me know how i can resolve this.
Thanks.