| hwg-techniques archives | Jun 2000 | new search | results | previous | next |
Re: css backgroundby "Comharsa" <comharsa(at)clara.net> |
|
> > I know this has come up before, but I couldn't find the specific
> > answer in the archives. How do you use one fixed image for a
> > background in css?
>
> BODY {
> background-image: whatever.jpg;
> background-repeat: no-repeat;
> }
>
> This should do what you're asking about.
Try:
body {
background-image: url(whatever.jpg);
background-repeat: no-repeat;
}
Brian
comharsa(at)clara.net
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA