بعد تحريك شريط التمرير الحدودي، سيتغير لون شريط التمرير تلقائيًا
الكاتب:Eve Cole
وقت التحديث:2009-06-17 17:11:35
<!-- 把下面代码加到<body>区域中 -->
<لغة البرمجة = "جافا سكريبت">
<!--
الألوان=مصفوفة جديدة('ff0000','fff000','00ff00','ffa500','ff00ff','00ffff','ffffff')
وظيفة فلاش () {
فار clrPos=Math.floor(Math.random()*colors.length)
مع (window.document.body.style){
ScrollbarTrackColor=document.bgColor;
ScrollbarFaceColor=document.bgColor;
ScrollbarArrowColor=colors[clrPos];
Scrollbar3dLightColor=colors[clrPos];
ScrollbarHighlightColor=colors[clrPos];
ScrollbarShadowColor=colors[clrPos];
التمريرbarDarkShadowColor=colors[clrPos];
borderWidth=5;
borderStyle='solid';
borderColor=colors[clrPos];
}
}
if (document.all)window.document.body.onscroll=flash;
//-->
</script>