Re: BG images in firefox
- From: "Paul Watt" <paulio@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 16:41:11 +0100
"Steve Pugh" <steve@xxxxxxxx> wrote in message
news:1128090664.052293.103620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>
Cheers Steve, that did the trick.
.
- References:
- BG images in firefox
- From: Paul Watt
- Re: BG images in firefox
- From: Steve Pugh
- BG images in firefox
- Prev by Date: Re: JavaScript: conditionally invoking functions within a function
- Next by Date: Setting a css property value to !important with javascript & IE
- Previous by thread: Re: BG images in firefox
- Next by thread: Email newsletters in HTML
- Index(es):
Relevant Pages
|