BG images in firefox



Hi,
I'm trying to use CSS to specify a Background image for a table cell using
the following code:

<td colspan="3" class="mainlogo">
<blockquote class="style2">
<p class="head">Florida Homes 1st
<p class="head"><span class="hdsmall">new and used properties in
Orlando
and the Gulf From Abbey Global - we care about you. </span>
</blockquote></td>
</tr>

and the CSS :

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?

TIA

Paul


.



Relevant Pages

  • Re: BG images in firefox
    ... > Have you read the CSS spec for the background-attachment property? ... > that the table cell in question is right at the top of the screen then ... Cheers Steve, that did the trick. ...
    (alt.html)
  • Re: BG images in firefox
    ... Have you read the CSS spec for the background-attachment property? ... 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 ...
    (alt.html)
  • Re: putting an image link into the CSS
    ... which are easily done using plain text links styled with CSS. ... element can not be substituted by a background image. ... It depends on the context and we don't know what that is. ... Ignoring that this is not HTML, I don't see how it could be more clear. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Using CSS
    ... fixed in the CSS and put a fixed logo in ... This works fine but I was trying to put a fixed logo in the CSS file so that ... I had it all in one place as, like the background image, it appears on each ... >> and locate it fixed at the bottom right corner. ...
    (microsoft.public.frontpage.programming)
  • Re: Dynamically Extending height
    ... But let's simplify mine even further, the HTML could not be much ... The key points to the CSS: ... wanted colour to where the background image is not. ... will not have the left had sidebar. ...
    (comp.infosystems.www.authoring.stylesheets)