Coloured Scollbars
Results 1 to 6 of 6

Thread: Coloured Scollbars

  1. #1
    Registered User BurnFEST's Avatar
    Join Date
    Feb 2001
    Location
    Adelaide, South Australia
    Posts
    603

    Post Coloured Scollbars

    On a few webpages including the WinDrivers main page, i have noticed a different coloured scollbar (blue in windrivers case). How do you do this??

    BurnFEST

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Raleigh,NC
    Posts
    89

    Post

    You set this in your code and set the colors to whatever you want. It takes a little customization an it only works for IE 5.5 or higher right now.

    &ltstyle&gt
    body {
    scrollbar-face-color: #13a4eb;
    scrollbar-shadow-color: #13a4eb;
    scrollbar-highlight-color: #13a4eb;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
    }
    &lt/style&gt

    You can see an example of how that exact code above works at
    Acralite Software

  3. #3
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Post

    There's a nice article over at CNet Builder.com all about this:

    Color IE 5.5 scroll bars

    This explains all about which colours go where and gives you a few tips too.

  4. #4
    Registered User
    Join Date
    Mar 2001
    Posts
    592

    Post

    "Although art can be created with a chainsaw, this is hardly a justification for giving every would-be artist a chainsaw."
    > Vincent van Gui, - commenting on some of the newer "extensions" to HTML


    aperantly you didnt read THIS !!!

  5. #5
    Avatar Goes Here Radical Dreamer's Avatar
    Join Date
    Jan 2001
    Location
    Fairmont, West Virginia
    Posts
    4,866

    Post

    I had a topic on this some time back, try a search and check it out

  6. #6
    Registered User
    Join Date
    Sep 2000
    Posts
    1,965

    Post

    That's a very good document, Scuba. I'll have to keep reading.
    Originally posted by Scuba:
    "Although art can be created with a chainsaw, this is hardly a justification for giving every would-be artist a chainsaw."
    > Vincent van Gui, - commenting on some of the newer "extensions" to HTML


    aperantly you didnt read THIS !!!

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
  •