Hi there,
I am trying to include a 'background' on the left and right hand sides of my
square wrap container in Divs. Currently my HTML is as follows :

<div id="wrap">

<div id="header">

</div>

<div id="navbar">

</div>

<div id="content">

</div>

<div id="footer">

</div>

</div>

I tried to do the following:

<div id="wrapleftbg">

//Div Style
background:url(images_03.jpg);
background-repeat:no-repeat;
width:37px;
height:448px;
top:85px;
left:400px;
position:fixed;

</div>

<div id="wrap">
                         *other divs*
</div>

<div id="wraprightbg">

//Div Style
background:url(images_04.jpg);
background-repeat:no-repeat;
width:37px;
height:448px;
top:85px;
left:400px;
position:fixed;

</div>

But it didn't work - resizing the browser caused the left and right bg divs
to act weird.

My wrap style is :

width: 800px;
margin: 0 auto;

I would be grateful if someone could help me out with this problem.
Thanks,
Nouhad.
______________________________________________________________________
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