Yes, that works fine, except don't forget that Netscape does not support
fixed backgrounds in any way, shape or form.
Tom in Denver
<slau@p...> wrote in message news:83465@h..._code_clinic...
>
> No need to use CSS.
>
> <body background = "image.gif" bgproperties = "fixed">
>
> And that should do it.
>
> Regards,
> Sandra
>
> > >Ok, i don't think that i explained that well enough. I'm talking about
> > >displaying an image in the back ground that doesn't move up or down as
> the
> > >user scrolls up and downt he page. So when the user scrolls up and
> down on
> > >the page, the background image doesn't move, only the text (or the
other
> > >content) moves up and down. Ok, does that make more sense?
> > >thanks
> > >Julius
> >
> > You'd need to use CSS.
> > Try this in your stylesheet
> > BODY {background-attachment: fixed;}
> >
> > -m
>
>