Mozilla vs IE scrollbar trouble

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NewGuy
    New Member
    • Nov 2006
    • 14

    Mozilla vs IE scrollbar trouble

    I'm new to scripting so this may be painful.
    I have created a JavaScript/HTML/CSS page.
    In the CSS code I set the colors for the scroll bars:

    * {scrollbar-arrow-color:#000}
    * {scrollbar-face-color: #697210}

    these are the default colors.

    In the HTML code I can use this same thing should I need to change
    the colors without changing the style sheets(CSS)

    Problem is that when I open this same document in Mozilla, I have no control
    over the scrollbars. The frame that I'm use is dynamic both horizontally and vertically. Mozilla throws two blue bars up. How do I get control of these bars and how do I change their color.

    Please remember I'm new. (explain it to a child)

    Thank in advance.
  • dswethar
    New Member
    • Nov 2006
    • 65

    #2
    As far as I know, the scrollbar properties are supported only by IE. You cannot change Mozilla scrollbars with these properties.

    You can try searching for "cross browser scroll bars" and try a few of the results.

    Hope this helps you...

    Comment

    • NewGuy
      New Member
      • Nov 2006
      • 14

      #3
      Originally posted by dswethar
      As far as I know, the scrollbar properties are supported only by IE. You cannot change Mozilla scrollbars with these properties.

      You can try searching for "cross browser scroll bars" and try a few of the results.

      Hope this helps you...

      Thanks. If I get anything I will post it.

      Comment

      Working...