Log In · Register

 
 
Closed TopicStart new topic
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
 
silver-rain
post Jun 10 2004, 09:17 PM
Post #2


hi. call me linda.
*******

Group: Official Member
Posts: 8,187
Joined: Feb 2004
Member No: 3,475



here's the code for the scrollbar
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #BEC9AF;
scrollbar-shadow-color: #BEC9AF;
scrollbar-highlight-color: #BEC9AF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #A3AC96;
scrollbar-track-color: #D6DDBE;
scrollbar-arrow-color: #595959;
-->
</style>

<!-- end code provided by createblog.com -->


change the color to whatever you want.
 
mai_z
post Jun 10 2004, 09:17 PM
Post #3


unify and defeat... divide and crumble
******

Group: Member
Posts: 2,759
Joined: Mar 2004
Member No: 6,379



CODE
<!-- begin code provided by createblog.com -->
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#FF00FF;
scrollbar-highlight-color:#FF80FF;
scrollbar-3dlight-color:#FFBBFF;
scrollbar-darkshadow-color:#C626E8;
scrollbar-shadow-color:#AA22DD;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E2ADFA;
}
-->
</STYLE>
<!-- end code provided by createblog.com -->
 
ridespunks
post Jun 10 2004, 09:23 PM
Post #4


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 -->
 

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