Nightblade
Programmer
Could anyone assist me in this tiny problem... I'm attempting to use two background bitmaps, where bg1.bmp is fixed on the top going horizontally across the page, while bg2.bmp is always fixed on the bottom and scrolls horizontally as well. the css code i have is as follows.
body{
background-image: url(bg1.bmp),url(bg2.bmp);
background-repeat: repeat-x,repeat-x;
background-position: top,bottom;
}
body{
background-image: url(bg1.bmp),url(bg2.bmp);
background-repeat: repeat-x,repeat-x;
background-position: top,bottom;
}