Hi,
I try and I try, but I can't find a way to do this.
I have a simple dropdown-box like this one:
<SELECT NAME="dropdown" style="font-family: Verdana; font-size: 10pt">
<OPTION VALUE="">Choose an option: </OPTION>
<OPTION VALUE="">First option</OPTION>
<OPTION VALUE="">Second option</OPTION>
<OPTION VALUE="">Third option</OPTION>
</SELECT>
and I want to highlight a single option like making it bold or a different color.
I can put a 'style' option inside the 'SELECT' tag, but that affects ALL options.
what if I only want to make 'Second option' bold or colored ?
Putting any formatting inside the 'OPTION' tags does not seem to have any effect at all.
Anybody knows if this is possible ??
How ??
Wolfgang
Bookmarks