Forum Moderators: not2easy

Message Too Old, No Replies

Background Color of Text Box

         

peterinwa

1:35 am on Jan 22, 2005 (gmt 0)

10+ Year Member



On some pages it's white, others it's light yellow using Internet Explorer. Why the difference?

Oh, and it's always white with Netscape.

Thanks, Peter

<input type="text" class="textBox"...

/* Box Text */
.textBox {
font-family: Verdana,Arial;
font-size: 13px;
color: #000000}

Maybe I can specify it in the CSS?

Robin_reala

12:36 pm on Jan 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Although I haven't used it I think the Google search bar will color some form fields in yellow if the users already submitted information into them?

seashell

7:25 pm on Jan 24, 2005 (gmt 0)

10+ Year Member



These are fields that can be filled in using the AutoFill feature on the Google toolbar.

peterinwa

6:52 pm on Jan 28, 2005 (gmt 0)

10+ Year Member



Thanks. That would have driven me nuts!