Hi all,
I am using an old version of my webstore to experiment with the design.
I am using the following CSS code:
html {
background-image: url("../images/grotachtergrond.jpg");
margin:0 15px;
background-repeat: repeat;
background-position: top ;
height: 1600px ;
}
body {
color:#9a9a9a;
font: 12px arial, sans-serif;
margin:0 15px;
background-image: url("../images/bovenkantbody2.jpg");
background-position: top ;
background-repeat: no-repeat;
height: 588px ;
}
/*wrappers - page or section containers*/
#mainWrapper {
background-image: url("../images/grotachtergrondwit.jpg");
text-align: left;
width: 910px;
vertical-align: top;
}
Now the mainwrapper picture is above the body picture.
http://www.merlins-cave.nl/oudecavestore/
How can I place the body picture above the mainwrapper picture?![]()
Bookmarks