| Author |
Differences in stylesheet interpretation between IE and Netscape
|
|
|
|
| brauneberger 2004-06-28, 12:15 pm |
| Hi Emma!
Your CSS should look something like this if you would like to have the
background all blue:
body {
margin: 0;
height: 100%;
background-color: #a0c4e8;
color: #1D2F68;
}
HTH
Nils
| |
| Rijk van Geijtenbeek 2004-06-28, 12:15 pm |
| On Mon, 28 Jun 2004 13:44:19 +0200, brauneberger <nils73@gmx.de> wrote:
> Hi Emma!
>
> Your CSS should look something like this if you would like to have the
> background all blue:
>
> body {
> margin: 0;
> height: 100%;
> background-color: #a0c4e8;
> color: #1D2F68;
> }
Add 'padding: 0;' as well.
--
Rijk van Geijtenbeek
The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
| |
|
| Thanks for the help - I figured out some of it by myself, but the
padding I hadn't got.
Emma
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |