I’m trying to build a background on my website and I am having trouble with the way I have the CSS set up. You can see what I have built so far here.
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.
Anyone have any ideas? Thanks in advance for your help.Code: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; }


Reply With Quote

. I do have the red bar going across but you will see in the image I am trying to get a repeat-y background going behind it. I am not sure how to make it work. Thanks for any help.

Bookmarks