www.webdeveloper.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    14

    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

  2. #2
    Join Date
    Apr 2005
    Location
    Bathurst, NSW, Australia
    Posts
    3,357
    scrollbarBaseColor != scrollbar-base-color
    The answer to all these questions is Google.
    Give your thread a useful title | Webdeveloper.com Acceptable Use Policy
    Something wrong with your code? Validate first! |

    No Australian Net Censorship! The Australian government is wanting to follow in China's footsteps and "provide" nationwide Internet censorship, don't let them!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles