I found a fix for this problem.

In pub/skins/triad/css/c-transparent.css add some properties to the 
background. They don't seem to interfere with IE 6.0, and they do make 
Opera 9.10 work as expected. I couldn't test this fix with FF.

change

#outer-box { border:1px solid #999; background: url(../images/beach.jpg) 
fixed; }

to

#outer-box { border:1px solid #999; background: url(../images/beach.jpg) 
fixed top center; background-repeat:no-repeat; }
 /* or repeat */

SteP wrote:

> I'm using triad skin with fixed size = 1024 and a 1024x768 background 
> image. IE 6.0 displays the image correctly, while Opera 9.1 offsets
> the image to the left by roughly 92px. So when
> background-repeat=repeat the left side of the picture appears on the
> right side, and when background:no-repeat the right side is simply
> missing a 92px wide vertical band.



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to