Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Re: Background images


Message #1 by slau@p... on Mon, 16 Jul 2001 17:30:11
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
>
>



  Return to Index