Results 1 to 4 of 4

Thread: JS / HTML one

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Talking JS / HTML one

    Bit like this page, how can I colour the scrollbar down the side of a frame please ?

    Cheers !

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    <style>
    body{
    scrollbar-face-color: #FF9933;
    scrollbar-shadow-color: #e9e9e94;
    scrollbar-highlight-color: #e9e9e9;
    scrollbar-3dlight-color: #562F77;
    scrollbar-darkshadow-color: #6699CC;
    scrollbar-track-color: #A7C75C;
    scrollbar-arrow-color: #ffffff;
    }
    </style>

    Just change the colors.

    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Thats fantastic, thank you !!!!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  4. #4
    chenko
    Guest
    also goto www.vbsnippets.co.uk/tools/

    Remember colour toolbars only work on IE5.5+

Posting Permissions

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



Click Here to Expand Forum to Full Width