http://www.webskillsplus.com/packwood/index.php
Take a look at the attached image and you can see what I am trying to accomplish. I would like a red bar to run horizontally behind the page.
I tried messing with the z index with an absolute position but I couldn’t get it to work.
I tried doing the following and it isn’t working either.
Code: Select all
html {
background: #ccc url(../img/dice_slice.jpg);
background-repeat: repeat-y;
}
body {
margin: 0;
background-color: #b87431;
background-image: url(../img/massageservices.jpg);
background-position:center;
background-repeat: no-repeat;
}