script for purple scroll bar |
script for purple scroll bar |
Jun 10 2004, 09:02 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,818 |
i dunno if they exsist but it is for a freind the purple scroll bars
|
|
|
|
![]() |
Jun 10 2004, 09:23 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2004 Member No: 2,818 |
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script language="JavaScript"> <!-- Scroll Surprise by kurt.grigg@virgin.net colours=new Array('660099','9966cc','cc6699','ffffcc','660099','9966cc','cc6699') function flash(){ var clrPos=Math.floor(Math.random()*colours.length) with (window.document.body.style){ scrollbarTrackColor=document.bgColor; scrollbarFaceColor=document.bgColor; scrollbarArrowColor=colours[clrPos]; scrollbar3dLightColor=colours[clrPos]; scrollbarHighlightColor=colours[clrPos]; scrollbarShadowColor=colours[clrPos]; scrollbarDarkShadowColor=colours[clrPos]; borderWidth=2; borderStyle='solid'; borderColor=colours[clrPos]; } } if (document.all)window.document.body.onscroll=flash; //--> </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
ridespunks script for purple scroll bar Jun 10 2004, 09:02 PM
silver rain here's the code for the scrollbar
CODE<... Jun 10 2004, 09:17 PM
mai_z CODE<!-- begin code provided by createblog... Jun 10 2004, 09:17 PM![]() ![]() |