Disappearing Flash Logo in FireFox

Discussion in 'CSS' started by Goshawk, Aug 24, 2006.

  1. #1
    Hi all,

    Nice to meet you, I am new to the forum.

    I am designing a ZenCart shop, and have noticed peculiar abnormality in Firefox.
    If you log into my page, www.inekesfashions.com.au/shop, and use your firefox browser, my flash logo is slowly disappearing when you scroll the mouse gently with your mouse. This does not happen in any other browser.
    It also does not happen when you use the side scrollbars.
    <--Please ignore the butterfly background--:mad:

    mmmmmmmmmmmm????

    Can anyone help? Have you seen this before. I will attach a copy of the css.

    Also I would like to have my background (the one in the center of the page), stay at the same location (so it moves with the page as you scroll), but when I try to fix the background, it does reposition itself on the page in FF and Opera. But looks fine in IE6.

    Many thanks,

    Goshawk
     

    Attached Files:

    Goshawk, Aug 24, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    I cannot replicate your issue with the fading Flash.

    IE does not support background-attachment on any element other than body.

    Try this:
    
    body {
        margin: 0;
        padding: 0;
        background-color: #fffafc;
        background-image: url(http://www.inekesfashions.com.au/shop/includes/templates/inekesfashions/images/Background.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        font: 76% verdana, arial, helvetica, sans-serif;
        color: #000000;
        }
    Code (markup):
    cheers,

    gary
     
    kk5st, Aug 24, 2006 IP
  3. Goshawk

    Goshawk Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks gary,

    I'll give that a try

    Kind regards,

    Goshawk
     
    Goshawk, Aug 24, 2006 IP