Posted by Paul Watt on 09/30/05 17:27
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
[Back to original message]
|