html_code_clinic thread: Background images
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
|





