HI There
I would love a background like this:
www.dvdworldusa.com
with images left and right
How do I :
1) get the stylsheet code right?
and
2) prepare the image so the sizing is correct!
My current stylesheet for my (different) fixed background isthis:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #077090;
background-color: #transparent;
background-image: url(../images/tileback.jpg);
background-repeat: repeat-x;
background-attachment: fixed;}
}
Thanks for any help/suggestions!



