Posted by dorayme on 02/21/07 20:54
In article <juYCh.18355$9R3.17438@reader1.news.saunalahti.fi>,
"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote:
> Scripsit dorayme:
>
> > It is inheriting the background from somewhere else in your
> > code...
>
> Hardly. The background property is not inherited by default, and IE does not
> recognize the keyword inherit.
>
I guess I was thinking that the form may have been part of
something has been styled for color and background. As in
css snippet:
div.high {color: #0f0; background: #f00;}
html snippet:
<div class="high">
<div><form...>...</form></div>
</div>
Perhaps I have mis-described my guess at a possibility to help
OP? The red bg appears in this form and it comes from div.high.
--
dorayme
[Back to original message]
|