Chris__T
Posts: 339
|
| Posted: 07/23/2007, 12:23 PM |
|
Tried this code to make my text box background a different color:
<input style="background:B0C4DE;WIDTH: 55px; HEIGHT: 22px" maxlength="12" size="8" value="{Reg_hours}" name="{Reg_hours_Name}">
Doesn't work. Is there something specific to CCS to make this work? Thanks.
|
 |
 |
Chris__T
Posts: 339
|
| Posted: 07/23/2007, 12:36 PM |
|
It works in IE, not firefox. Intersting.
|
 |
 |
DonB
|
| Posted: 07/26/2007, 6:11 AM |
|
Because you malformed the hex value. Add the octothorpe. Ok, add the 'pound
sign'. 
--
DonB
http://www.gotodon.com/ccbth
"Chris__T" <Chris__T@forum.codecharge> wrote in message
news:646a50344054fc@news.codecharge.com...
> It works in IE, not firefox. Intersting.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Chris__T
Posts: 339
|
| Posted: 07/31/2007, 8:44 AM |
|
Doh! That would help, huh? :)
|
 |
 |
|