RE: Select Box (text color)?

2006-01-25 Thread Adkins, Randy
Thanks.. That I think will work for what I need! -Original Message- From: DRE [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 3:14 PM To: CF-Community Subject: Re: Select Box (text color)? Randy, You can use the optgroup tag for modern browsers which gets you part of what

Re: Select Box (text color)?

2006-01-25 Thread DRE
ode I > used to > > > > create a memo like form, you can play around that and also add > different > > > > foreground colors to the and > > > > > > > > dl{ > > > > margin-left: 5em; > > > > } > > > > dt{ > > > >

Re: Select Box (text color)?

2006-01-25 Thread Tony
around that and also add different > > > foreground colors to the and > > > > > > dl{ > > > margin-left: 5em; > > > } > > > dt{ > > > font-weight: bold; > > > } > > > dd{ > > > margin-top:

Re: Select Box (text color)?

2006-01-25 Thread DRE
: 10em; > > width: 50%; > > } > > > > -----Original Message----- > > From: Adkins, Randy [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, January 25, 2006 1:05 PM > > To: CF-Community > > Subject: RE: Select Box (text color)? > > > > Yeah

RE: Select Box (text color)?

2006-01-25 Thread Sandra Clark
Nope, THe option tag does not allow other tags to be nested within it. Therefore, you can't selectively color some words and not others within it. Sandy Clark -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 12:52 PM To: CF-Community S

Re: Select Box (text color)?

2006-01-25 Thread Tony
; > margin-bottom: 1.5em; > margin-left: 10em; > width: 50%; > } > > -Original Message- > From: Adkins, Randy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 1:05 PM > To: CF-Community > Subject: RE: Select Box (text c

RE: Select Box (text color)?

2006-01-25 Thread Sandra Clark
font-weight: bold; } dd{ margin-top: -1.2em; margin-bottom: 1.5em; margin-left: 10em; width: 50%; } -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:05 PM To: CF-Community Subject: RE: Select Box (text color)?

RE: Select Box (text color)?

2006-01-25 Thread Jim Davis
> -Original Message- > From: Tim Heald [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 1:05 PM > To: CF-Community > Subject: RE: Select Box (text color)? > > Sandy, could you apply a style through Javascript to each specific letter? > > I know i

RE: Select Box (text color)?

2006-01-25 Thread Sandra Clark
I don't think so Tim. All Javascript can do would be to style the DOM. The same way that you could do it via CSS -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:05 PM To: CF-Community Subject: RE: Select Box (text color)? Sandy,

RE: Select Box (text color)?

2006-01-25 Thread Adkins, Randy
Sorry Tim, did not mean to take you away from your other work. :-) -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:05 PM To: CF-Community Subject: RE: Select Box (text color)? Sandy, could you apply a style through Javascript to each

RE: Select Box (text color)?

2006-01-25 Thread Jim Davis
> -Original Message- > From: Adkins, Randy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 1:05 PM > To: CF-Community > Subject: RE: Select Box (text color)? > > Yeah I really did not think so, but was trying anyway to see > If I was missing somethi

RE: Select Box (text color)?

2006-01-25 Thread Tim Heald
ry 25, 2006 1:02 PM > To: CF-Community > Subject: RE: Select Box (text color)? > > Nope, > > THe option tag does not allow other tags to be nested within > it. Therefore, you can't selectively color some words and > not others within it. > > Sandy Clark

RE: Select Box (text color)?

2006-01-25 Thread Adkins, Randy
: Instead of it displaying: N100 - WV Test Job N5000 - JX Job Site It can read: N100 - WV Test Job N5000 - JX Job Site -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:02 PM To: CF-Community Subject: RE: Select Box (text color)? Nope, THe

Re: Select Box (text color)?

2006-01-25 Thread Ray Champagne
if you put the color declaration in the tag instead of the tag, it'll change to whatever color you want the text to be. I don't think that there's a way to declare two different colors, though, in one select box. Adkins, Randy wrote: > In a Select box I am displaying 2 elements: > JOBCODE -