The method I've seen spoken of is to have two separate <div>s; one for
the left graphic, one for the right graphic.  Each div would take the
whole screen.

For example ->

#left-graphic {
        background-image: url();
        background-repeat: repeat-y;
        background-position: left-top;
        height: 100%;
        width: 100%;
        }
#right-graphic {
        background-image: url();
        background-repeat: repeat-y;
        background-position: right top;
        height: 100%;
        width: 100%;    }

<div id="left-graphic">
        <div id="right-graphic">
                ~~ all other content ~~
        </div>
</div>

-----Original Message-----
I can't figure a way out of how can I add two repeat-y lateral external 
image backgrounds to a fluid layout.
______________________________________________________________________
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