I understood what you suggested, but it's not quite what I had in mind. What I want is the background from #left-graphic not to be aligned to left top, but to the right edge of the layout, and the background from #right-graphic to be aligned to the right edge of the layout.

CJ Larson wrote:

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.





--

*Valentin Agachi*
Web developer
My personal page <http://agachi.name/>
Anunta-ma.ro <http://www.anunta-ma.ro/>   mobile: +40-721-657509

MSN: [EMAIL PROTECTED]
Yahoo: avaly002

______________________________________________________________________
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