html question - web design

Discussion in 'HTML & Website Design' started by LilSniper, Jun 10, 2008.

  1. #1
    hello. i am relatively new to html...and i was wondering how to make part of a website "pop out" and move as you scroll up and down the page while the background remains unchanged

    example: http://blizzard.cd/

    thank you in advance
     
    LilSniper, Jun 10, 2008 IP
  2. whirlybird20

    whirlybird20 Guest

    Messages:
    462
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try this

    
    <style type="text/css">
    body
    { 
    background: #00ff00 url('youtbackground.gif') no-repeat fixed center; 
    }
    </style>
    Code (markup):
     
    whirlybird20, Jun 11, 2008 IP