[Webkit-unassigned] [Bug 39943] Fixed background image only renders when scrolling page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 05:18:35 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39943


Jakob Kramer <mail at jakobkramer.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |LATER




--- Comment #1 from Jakob Kramer <mail at jakobkramer.dk>  2010-06-03 05:18:35 PST ---
OK, I have been working with the CSS for the page and I seem to have stumbled upon a way to fix the problem:

In the CSS for the DIV for the bottom menu (the one with the background image problem) I hade four lines regarding the background image. They were:

background:url('privat/backgr/menu2.jpg');
background-position: 182px bottom;
background-repeat: no-repeat;
background-attachment: fixed;

Once I removed the last of the lines (that is, once I removed "background-attachment: fixed;") the background image appeared without problems, only shifted slightly to the right which I has able to fix using the background-position parameter.

As the CSS is now updated, the problem will no longer appear if you follow the link.

I'll mark the bug as resolved, although technically it isn't.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list