can anyone tell me why this css code wont work please
body
{
margin:0px auto;
padding:0px;
background-image:url(images/body-top-bg.jpg), url(images/footer-bottom-bg.jpg);
background-repeat:repeat-x, repeat-x;
background-position:center top, left bottom;
max-width: 1024px;
}
both background work the way i want on there own but there must be away of displaying 2 together 1 header, 1 footer
any help would be great






Bookmarks