Re: css background
by "Comharsa" <comharsa(at)clara.net>
|
| Date: |
Sat, 10 Jun 2000 14:14:48 +0100 |
| To: |
"HWG Techniques" <hwg-techniques(at)hwg.org> |
| References: |
localhost |
| |
todo: View
Thread,
Original
|
|
> > 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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.