| Author |
Select option with colors
|
|
|
| Hi
Who know how to use 2 others colors in the same option row in HTML tag
<SELECT>
| |
| Flamer 2006-09-10, 6:57 pm |
|
vito wrote:
> Hi
>
> Who know how to use 2 others colors in the same option row in HTML tag
> <SELECT>
background image?
Flamer.
| |
|
| Uzytkownik "Flamer" <die.spam@hotmail.com> napisal w wiadomosci
news:1157927985.130284.15150@q16g2000cwq.googlegroups.com...
>
> vito wrote:
>
>
> background image?
>
no, I want to only colorize some part of text but select don't have html
code inline
| |
|
| On Sun, 10 Sep 2006 19:51:13 +0200, vito wrote:
>Hi
>
>Who know how to use 2 others colors in the same option row in HTML tag
><SELECT>
I've often put in a bold tag and wondered why it didn't work ;-)
Adam.
| |
|
|
>
>
> I've often put in a bold tag and wondered why it didn't work ;-)
>
It means that you use <option><b>somethich</b>text</option>. It olny works
in div style but not in the option
| |
|
| On Tue, 12 Sep 2006 18:38:19 +0200, vito wrote:
>It means that you use <option><b>somethich</b>text</option>. It olny works
>in div style but not in the option
Yes - maybe my post should've been a bit clearer - "I've often
*mistakenly* put ...". I know it doesn't work - but I still keep
wishing it did ;-)
Adam.
| |
| Dag Magnuson 2006-10-17, 6:56 pm |
|
what about CSS? option: { color: firebrick; background-color: #CDC5B4 }
or something?
Adam wrote:
> On Tue, 12 Sep 2006 18:38:19 +0200, vito wrote:
>
>
> Yes - maybe my post should've been a bit clearer - "I've often
> *mistakenly* put ...". I know it doesn't work - but I still keep
> wishing it did ;-)
>
> Adam.
| |
| Dag Magnuson 2006-10-17, 6:56 pm |
|
Correction, would be
select,option .....
Dag Magnuson wrote:[color=darkred]
>
> what about CSS? option: { color: firebrick; background-color: #CDC5B4 }
> or something?
>
>
>
> Adam wrote:
|
|
|
|