Re: CSS Background

by =?iso-8859-1?Q?Josu=E9_Figueira_Machado?= <jmachado(at)mindspring.com>

 Date:  Wed, 26 Apr 2000 11:42:49 -0400
 To:  "Buddy Harris" <bharris(at)stny.rr.com>,
"HWG Email List" <hwg-techniques(at)hwg.org>
 References:  rr
  todo: View Thread, Original
Hey Buddy,

Try something like this:

body {
  background-color: #e7e7e7;
  background-image: url("../images/background.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px
}

HTH,

Josu�

----- Original Message -----
From: Buddy Harris <bharris(at)stny.rr.com>
To: HWG Email List <hwg-techniques(at)hwg.org>
Sent: Wednesday, April 26, 2000 10:34 AM
Subject: CSS Background


> I've finally broken down and started using external .css (old dog - new
> tricks).
> Problem is, I can't find out how to get a background image to work as
> opposed to bgcolor.
> ( BODY {background: bg1.gif; color:#000000; margin:.03in .10in .10in;} )

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA