Posted by Jukka K. Korpela on 09/12/06 18:21
vito <vito@host.com> scripsit:
> Who know how to use 2 others colors in the same option row in HTML tag
> <SELECT>
You can't.
> Following sentence doesn't work
> <option><b>1</b>2</option>
No wonder, since the allowed content of <option> is plain text. Besides, <b>
means bolding, not coloring (though some browsers might simulate bolding
with colors).
If you wish to decorate stuff inside <option>, the odds are that you
shouldn't use <select> at all. For more info, please specify the URL.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|