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-- 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
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