I wonder if you can help I am tring to create a background image of a fence and blue sky on the homepage see http://www.psweb-test4.com.
I have modified the following CSS by splitting out these two divs one for the fence image background (first one) and the other remains as original.
See below.
#wrapper_featured_area{
background-color: transparent;
background-image: url(../images/Kibworth%20Fencing/white-fence-blue-sky.jpg);
background-repeat: repeat-x;
background-position: center bottom;
}
#wrapper_footer_top{
background: transparent url("../images/skin1/bg_grain.png") repeat-x bottom center;
}
However I find now that the border on the other pages are showing a fence image although this is Ok, I want to have this as a seperate div in order to put a different background image on it at a reduced size, see http://www.psweb-test4.com/?page_id=2
Am I doing this right or is there an easier way ?
Many Thanks
Peter














