paul41598
08-05-2006, 03:36 PM
I worked in the ability for my users to modify their profile with colors using CSS. THey can modify anything they want in their profile, like background color, table header text color, box background color, etc.
My problem is, if they just put in a background color and thats it, it displays fine in Firefox & Opera, but in I.E, the cells are orange, etc. (See screenshots)
My CSS code, or a part of it is this:
.page
{
background: $userinfo[field40];
background-image:url($userinfo[field41]);
}
Any ideas on this one? Why I.E just sucks and cannot display it right?
My problem is, if they just put in a background color and thats it, it displays fine in Firefox & Opera, but in I.E, the cells are orange, etc. (See screenshots)
My CSS code, or a part of it is this:
.page
{
background: $userinfo[field40];
background-image:url($userinfo[field41]);
}
Any ideas on this one? Why I.E just sucks and cannot display it right?