changing the color of the scrollbar of the window
hi guys
i'm facing debug problem with html code
____________________________________________________________
<style>
body{
scrollbar-base-color: #000336
}
</style>
<script>
function changeScrollbarColor(C){
if (document.all){
document.body.style.scrollbarBaseColor = C
}
}
changeScrollbarColor("#000336");
</script>
__________________________________________________________
can any body figure out where the buge is
thanks in advanced
dont ask what can contury do for u just ask what can u do for ur contury
Bookmarks