Forum Moderators: not2easy

Message Too Old, No Replies

Opera 7 background color bug

now you see it...

         

httpwebwitch

3:38 am on Jun 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



background:#ccc;

load the page, the color ain't there.
scroll down, scroll back up. peekaboo! the color shows up.

On one page where it was happening, it behaved the same on 3 different machines. Definitely a browser bug, not a memory or graphics driver problem.

Funny that this bug is only apparent on one page I've ever seen, and I haven't yet figured out what causes it. When I do I'll let y'all know

alias

1:48 pm on Jun 29, 2005 (gmt 0)

10+ Year Member



Can you copy the css / html code here? It's really interesting.

Patrick Taylor

9:23 pm on Jun 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Opera does strange things. I had a background which only appeared in Opera 8.01 when the page was scrolled:

background: #fff url("img/bg-page.jpg") center repeat-y;

The problem was fixed with:

background: #fff url("img/bg-page.jpg") 50% 0% repeat-y;