Results 1 to 3 of 3

Thread: Style in Firefox not working [resolved]

Threaded View

  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.

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