• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

why is my textbox yellow?

GoingUp

Lifer
For some reason, I have several text boxes on a website that I am working on that like to display themselves with a yellow background. I even tell the textboxes to make the background white without success. Any idea why this is happening? Not all of the text boxes do it, just some of them.

here is a link to a picture of what im talking about and the html code that visual studio has for the textbox

<asp:TextBox id="TextBox1" runat="server" Width="232px" BackColor="White" Font-Size="Smaller Font-Names="Arial" Font-Bold="True"></asp:TextBox>

http://www.chadwickcmeyer.com/atot/yellow.jpg
 
do you happen to use googlebar? last time i checked it by default saves some form information and highlights fields that have saved info
 
Originally posted by: dighn
do you happen to use googlebar? last time i checked it by default saves some form information and highlights fields that have saved info

Yep and he does use the Google Toolbar because you can kind of see it at the top of the screenshot.
 
Originally posted by: aves2k
Originally posted by: dighn
do you happen to use googlebar? last time i checked it by default saves some form information and highlights fields that have saved info

Yep and he does use the Google Toolbar because you can kind of see it at the top of the screenshot.

ooh good eye
 
Back
Top