I am trying to use css to put a no repeating background on a site.
I have a file style.css that contains the following
background {
background-image: url(images/background.gif);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
}
The background image does not show in IE 5.5 or Netscaoe 6.0. I've even tried putting it in the header. Any idea of what I'm doing wrong? I know this must be simple.
Thanks!!!
I have a file style.css that contains the following
background {
background-image: url(images/background.gif);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
}
The background image does not show in IE 5.5 or Netscaoe 6.0. I've even tried putting it in the header. Any idea of what I'm doing wrong? I know this must be simple.
Thanks!!!