Quote:
|
Originally Posted by ParaSnake
Hey,i`ve noticed that some website are built like this :
1.The background is staytill when i scroll the scrollbar up or down,only the content of a site moving,hte background wont move.cool.
2.The background is fading,at the top,its dark and when scrolling down,it turns to light color.
Anyone know how to do this?
Thx for anyhelp 
|
or you can try:
/*
Watermark Backgound Image Script- © Dynamic Drive (
www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit dynamicdrive.com
*/
if (document.all||document.getElementById)
document.body.style.background="url(insert your image name here) #EEEEEE center no-repeat fixed"
it's from dynamic html.