BG images in firefox
- From: "Paul Watt" <paulio@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 15:27:10 +0100
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
.
- Follow-Ups:
- Re: BG images in firefox
- From: Steve Pugh
- Re: BG images in firefox
- Prev by Date: JavaScript: conditionally invoking functions within a function
- Next by Date: Re: BG images in firefox
- Previous by thread: JavaScript: conditionally invoking functions within a function
- Next by thread: Re: BG images in firefox
- Index(es):
Relevant Pages
|