Log In · Register

 
script for purple scroll bar
ridespunks
post 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
 
 
Start new topic
Replies
ridespunks
post 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 -->
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: