Results 1 to 3 of 3

Thread: Style in Firefox not working [resolved]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Resolved Style in Firefox not working [resolved]

    I have a little problem on my hands. I am using the following code on a webpage that I have to design. It changes the colors of the scrollbar on the screen, but the problem is that it works in IE but it doesnt work in Firefox. Can someone shed some light on this, am I doing something wrong in the code, or does Firefox not support the code that I am using.

    Thanks for your help.

    <style>
    <!--
    body
    {
    background: url(Background.gif) fixed center no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    scrollbar-3d-light-color: #00ABC7;
    scrollbar-arrow-color: #ac2b31;
    scrollbar-base-color: #00ABC7;
    scrollbar-darkshadow-color: #00ABC7;
    scrollbar-face-color: #00ABC7;
    scrollbar-highlight-color: #ac2b31;
    scrollbar-shadow-color: #ac2b31;
    scrollbar-track-color: #00ABC7
    }

    -->
    </style>
    Last edited by mrstuff68; Dec 4th, 2005 at 02:01 PM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Style in Firefox not working

    FF does not allow scrollbar color changes. Scrollbar display manipulation is not a W3C standard.

    IE only.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Resolved Re: Style in Firefox not working [resolved]

    I figured that it was something like that.

    Thanks for the clearing that up.

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