* Guest
- Æ÷Åä¼¥ÆÐÅÏ
- Æ÷Åä¼¥ºê·¯½¬
- ¿µ¹®ÆùÆ®
- Æ÷ÅäÇÁ·¹ÀÓ
- À¥µðÀÚÀÎ,ÄÄÇ»ÅÍ
- À°¾Æ,±³À°,Á¤º¸
- ¿ä¸®,¹ä»óÀϱâ
- ÇÚµå¸ÞÀ̵å,DIY
- ÇÑÀÚ¾²±â
|
À¥µðÀÚÀÎ,Æ÷Åä¼¥,±×´©º¸µå,Á¦·Îº¸µå,µ¿¿µ»óÁ¦ÀÛ °ü·Ã ¸Þ¸ð >>
¹Ý¦ÀÌ´Â ½ºÅ©·Ñ¹Ù |
2008-04-27 14:23:55 |
|
 |
ȨÆäÀÌÁö
|
|
|
ÇØµå¿ÍÇØµå»çÀÌ¿¡ ¾Æ·¡ ½ºÅ©¸³Æ® ³ÖÀ¸½Ã°í¿ë..
<script language = "JavaScript">
<!--
var the_col = [ "2068C0", "FDCDE5", "2068C0", "2068C0" ];
var my_col = [ "FDCDE5", "2068C0", "FDCDE5", "2068C0" ];
var index = -1;
var speed = 500;//¼Óµµ Á¶Àý
var my_timeout;
function myScrlbarClr()
{
index++;
if (index = the_col.length){
index = 0;
}
document.body.style.scrollbarTrackColor = "#ffffff";
document.body.style.scrollbar3dLightColor = "#30B4E0";
document.body.style.scrollbarArrowColor = the_col[index];
document.body.style.scrollbarFaceColor = my_col[index];
document.body.style.scrollbarHighlightColor = "#30B4E0";
document.body.style.scrollbarShadowColor = "#30B4E0";
document.body.style.scrollbarDarkShadowColor = "#30B4E0";
my_timeout = setTimeout('myScrlbarClr();', speed);
}
//-->
</script>
¹Ùµð¾È¿¡ ÀÌ·¸°Ô¸¸ ³ÖÀ¸½Ã¸é µÇ¿ä..
<body onLoad="myScrlbarClr();">
|
|
|
|
|
|
|
|
|
|
|
|
|
|