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
Try this <style type="text/css"> body { background: #00ff00 url('youtbackground.gif') no-repeat fixed center; } </style> Code (markup):