RE: External Stylesheet problem

by Francois de Beer <fbeer(at)sars.gov.za>

 Date:  Tue, 18 Jul 2000 11:16:32 +0200
 To:  Comharsa <comharsa(at)clara.net>,
HWG - Basics <hwg-basics(at)hwg.org>
  todo: View Thread, Original
BEUTIFULL!!!!!!!
Thanx.

-----Original Message-----
From: Comharsa [mailto:comharsa(at)clara.net]
Sent: Tuesday, July 18, 2000 11:12
To: HWG - Basics; Francois de Beer
Subject: Re: External Stylesheet problem


> My External Stylesheet Does not make my background image fixed.
> Everything else works.
> What could be the probelm?

> BODY {background: url('images/Africa/IntranetBGmain.jpg');
> bgproperties:fixed;}
>
> <StylesheetTextEnd>
>
> or
> BODY {background: url('images/Africa/IntranetBGmain.jpg'); fixed;}?

Should be:

BODY {background-image: url('images/Africa/IntranetBGmain.jpg');
    background-attachment: fixed;}

or

BODY {background: url('images/Africa/IntranetBGmain.jpg') fixed;}

Note that NS can have problems with body CSS if it is an external stylesheet
rather than in the head section. Also NS<6 doesn't accept the fixed property
(AFAICR).

Brian
comharsa(at)clara.net

Fireworks FAQ: http://comharsa.com/firefaq.php3

HTML: hwg-basics 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.