Posted by Steve Pugh on 09/30/05 17:31
Paul Watt wrote:
> I'm trying to use CSS to specify a Background image for a
> table cell using the following code:
>
> td.mainlogo{
> background-image: url(img/bg_header.gif);
> background-position: center;
> background-repeat: no-repeat;
> background-attachment: fixed;
> }
>
> It works in IE but in Firefox the image doesnt display. Any ideas?
Have you read the CSS spec for the background-attachment property? In
paticular the part where it tells you what 'fixed' backgrounds are
fixed to?
IE incorrectly displays the background in the wrong position.
Firefox displays it correctly - I bet that if you scroll the page so
that the table cell in question is right at the top of the screen then
the background will show up.
Steve
Navigation:
[Reply to this message]
|