|
|
 |
Re: FN-FORUM Frontpage and sytle sheet quickie?
date posted 25th July 2001 22:49
BTW that is exactly the same as typing the text into the style sheet
yourself, but slower.
body {
background-image: url(whatever);
background-repeat: repeat whatever;
background-attachment: fixed;
}
Yeah, the fixed stuff only works for browsers that support CSS2 properly
(IE4x isn't reliable on that) which is Opera 5, NN6 and IE5x as far as I
can tell. Do you need FP extensions for the other stuff to work? I must
say that fixed backgrounds make me feel seasick, but that's my weird
eyesight.
I tend to make sure it looks right with valid CSS and passable with no
CSS at all and leave it at that--but I always know what the platform
will be as I only do Help and Intranet sites (MUCH easier!)
----- Original Message -----
From: "Peter" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: 25 July 2001 21:50
Subject: RE: FN-FORUM Frontpage and sytle sheet quickie?
> Thanks Kathy.
>
> I've tried the style sheet approach [background:fixed} this doesn't
seem to
> work. They way I found that does work is calling up the css from
within
> frontpage. Then choose style - modify -format -border -then select
the
> shading tab. In the shading tab their is an entry box for adding a
> background image. After this their are four other options - vertical
> position - hztl pos -repeat (set this to no repeat) and scroll style
(set to
> fixed).
>
> A very long way round but does mean that the css is set up for all
pages -
> but the fixed background only works in ie4.01 and 5.
>
> There is another way around this but it means handwriting the code for
each
> window:-
>
> (found this in .net issue)
>
>
>
>
> |
 |
|