font sizes in multiselect list
Can you have two font sizes in a multiselect list? EG:
<option value='someValue'>Normal Text (small text)</option>
I realize I can have a class in the <select> tag which controls my appearance. My first thought was to do somrthing like:
<option value='someValue'>Normal Text <span class='smallTextClassName'>(small text)</span></option>
As I suspected this fails. Am I trying to do the un-doable or is there a way?
TYIA
Wind is your friend
Matt
__________________
Wind is your friend
Matt
|