Link to home
Start Free TrialLog in
Avatar of steva
steva

asked on

IE rendering differently on two computers

I have a page with a form that is rendered differently by two computers that are running exactly the same version of IE (7.0.5730.11).  On one computer the field backgrounds are yellow and the fields have a "sunken" effect.  On the other computer the field backgrounds are white and there is no "sunken" effect.  I'm sure both computers are reading the same page (not a cached page) because if I make a change to the page and repost it to my server, the change shows up on both computers. So what options could possibly be set in IE (or anywhere else)  that cause the form fields to be rendered as  yellow and sunken on one computer and white  and unsunken on the other?

Thanks for any suggestions.
steva
ASKER CERTIFIED SOLUTION
Avatar of TName
TName

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steva
steva

ASKER

Yes!  That's it.  I couldn't turn it off, though, with !important. I think I'll just set all my fields to that color. It's kind of nice.

Thanks for the help.
steva
Avatar of steva

ASKER

By the way, do you happen to know how Google does that?  If you look at the source html for a page that has yellow fields, there's no change to the <input> line that specifies a yellow background color.
I can't test it myself, as I don't have the GT installed, but have a look at this page:

http://code.jenseng.com/google/
Avatar of steva

ASKER

Thanks.