On Jul 23, 2008, at 11:39 AM, RePost wrote:

> Thanks so much, Philippe.
>
> The follow-up, naturally, is, anybody got a hack or workaround?
>
>
> Philippe Wittenbergh wrote:
>> Known Bug.
>> https://bugzilla.mozilla.org/show_bug.cgi?id=446284
>>
>> (it is actually a very old isue that has become more visible due to a
>> checkin between Fx3.0 and Fx 3.01. In some circumstances it is also
>> visible in WebKit

A quick fix that works with some test pages here:
wrap all of your contents in a <div> and attach the background-image  
to that div.
something like
div {
        width 980px /* eyeballing, the width of your image -- adjust to taste  
but keep it an even number */
        margin: 0 auto;
        background: url(path/to/image.png) 50% 50% repeat-y;
}

I haven't tested with your page, but with a couple of minimal test  
cases it works perfectly. Let us know how it goes for you.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





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

Reply via email to