My css code looks like this:
body
{
background-image(url:(...));
background-repeat: repeat-x;
height:100%;
}
The Question is...How can I fit the background-image to the size of different screens (1024x768) or other.... I mean change the height dynamically for each size of screen?