Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS scrollbars in Firefox

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22716
    jeffSteiman
    Member

    I want to customize my scrollbars so I can blend them into the art on the screen. The CSS examples I have found work only in IE. Firefox and Safari do not handle them (at least on a MAC). I’m downloading both for XP now.

    Is it possible to do this just with CSS or do I have to involve AJAX or javascript. CSS makes things so easy and I’m trying to keep it as simple as possible.

    scrollbar-arrow-color: #FF3300;
    scrollbar-3dlight-color: #FF6633;
    scrollbar-highlight-color: #FF9933;
    scrollbar-face-color: #FF9900;
    scrollbar-shadow-color: #FF6633;
    scrollbar-darkshadow-color: #FF0033;
    scrollbar-track-color: #FF6600;

    Thanks,
    Jeff

    #47647
    Nodster
    Member

    You used to be able to color scrollbars: (windows 5.5+ )

    you used:

    scrollbar-face-color: #hex code;
    scrollbar-shadow-color: #hex code;
    scrollbar-highlight-color: #hex code;
    scrollbar-3dlight-color: #hex code;
    scrollbar-darkshadow-color:#hex code;
    scrollbar-track-color: #hex code;
    scrollbar-arrow-color: #hex code;

    not sure if these work still but you could have a go.

    If not JS is the way ahead.

    edit to add these links http://www.sean.co.uk/a/webdesign/color_scrollbar_maker_ie.shtm

    or http://www.designplace.org/tutorials.php?page=1&c_id=11

    #79056
    boss
    Member

    Its very easy to use the jquery plugin (jscrollpane) to customize your scrollbar as per your wish.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.