Uwe Kaiser wrote:
But it don't solves the problem of Opera 8.01,that it seems to have, if the zoom factor is 100%.

Looks like a new variant of an old background-positioning bug in Opera.
Changing from keywords into full x/y percentage *seems* to fix it.
Like so:

.outer {
    margin: 0 12% 2em 15%;
    border-top: 5em solid #FFF;
    background: url(border00.gif) 100% 0 repeat-y #F6F6EE;
    }

.bottom-left {
    height:48px;
    background: url(border00.gif) 0 100% repeat-x;
    }

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to