shining background |
shining background |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Apr 2005 Member No: 126,525 ![]() |
how to have a shining background as this page?
http://www.xanga.com/LOVE_QQQ when moving the scroll bar, the background color shines. |
|
|
![]() |
*digital.fragrance* |
![]()
Post
#2
|
Guest ![]() |
ummmm...... Reili... don't kill me.
CODE <script LANGUAGE="JavaScript"> colours=new Array('FF8080','FF0000','FFBFBF') function gs(){ var clrPos=Math.floor(Math.random()*colours.length) with (window.document.body.style){ borderWidth=65; borderStyle='solid'; borderColor=colours[clrPos];}} if (document.all)window.document.body.onscroll=gs; </script> These are your colors: 'FF8080','FF0000','FFBFBF' |
|
|
![]() ![]() |