Hi,
I made this code shown below to display a background image. It is possible to make it fixed for all resolution without showing white background?
CSS code:
body
{
background-attachment: fixed;
background-image: url(../layout/background.jpg);
position: absolute;
min-height: 768px;
min-width: 1024px;
}
Thanks
marifard