Results 1 to 3 of 3

Thread: Scroll Bars in HTML

  1. #1

    Thread Starter
    Member MendyGreen's Avatar
    Join Date
    Dec 2004
    Location
    Baltimore, MD
    Posts
    56

    Question Scroll Bars in HTML

    HTML: How do I change the type of scroll bars?
    View the Msquared Technologies Web site.
    Every rule has an exception - including that one.
    How can a house burn up if its burning down
    Learn HTML in 1 day!

  2. #2
    Member
    Join Date
    Apr 2001
    Location
    London
    Posts
    58

    Re: Scroll Bars in HTML

    You can change the color etc. by using stylesheets. For example:
    Code:
    body
    {
    scrollbar-arrow-color:ffffff;
    scrollbar-base-color:#d71941;
    scrollbar-dark-shadow-color:#d71941;
    scrollbar-track-color:#cdcad4;
    scrollbar-face-color:#d71941;
    scrollbar-shadow-color:#d71941;
    scrollbar-hightlight-color:#d71941;
    scrollbar-3d-light-color:#d71941;
    }

  3. #3

    Thread Starter
    Member MendyGreen's Avatar
    Join Date
    Dec 2004
    Location
    Baltimore, MD
    Posts
    56

    Smile Re: Scroll Bars in HTML

    Doesnt work, yet im not getting any errors!
    Help please

    EDIT: Works great I forgot something! Thanx
    Last edited by MendyGreen; Jan 4th, 2005 at 07:06 PM.
    View the Msquared Technologies Web site.
    Every rule has an exception - including that one.
    How can a house burn up if its burning down
    Learn HTML in 1 day!

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