Hi All,
My first post so please be gentle!
I would like to include a background image on my storefront that extends outside the main container and fades to the background colour. I have specified this in my css but it still does not seem to work:
body {
width: 1014px;
min-width: 978px;
min-height: 100%;
background: black;
background-image: url(images/bgtexture.gif) repeat-x;;
color: #black;
font-family: Verdana, Sans-serif;
font-size: 9pt;
margin: 0px auto;
padding: 0px;
Any help greatly appreciated!
Many Thanks,
Ben
