Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Background images


Message #1 by BigFtChuck@a... on Mon, 04 Jun 2001 13:28:55 EDT
At 6/4/2001 09:38 PM, you wrote:
>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