For your dirt issue perhaps set
Code:
body{
background:url(images/bodybackground.jpg)repeat;
}
instead of on #container then have your header image as a background pic in another div at the top of your html content.
There is a way of getting a border of one repeating image. But getting a border with 5 different images(4 corners and straight) i dont believe you can. If you know the exact size of your content area and know it is static and wont change then you can draw the entire border and set as a background image
|