Red Scrollbar in FF

Discussion in 'CSS' started by raymond222, Aug 30, 2008.

  1. #1
    Hey guys and gals!

    I've came across a problem-
    I am using this code to make the scrollbar red:
    body {
    	scrollbar-face-color:#CE0000;
    	scrollbar-highlight-color:#F95100;
    	scrollbar-3dlight-color:#FFAAAA;
    	scrollbar-darkshadow-color:#000000;
    	scrollbar-shadow-color:#9F0000;
    	scrollbar-arrow-color:#FFFFFF;
    	scrollbar-track-color:#CCCCCC;
    }
    Code (markup):
    However it only work in IE and Opera and does not work in FireFox...
    Anyone knows how to fix this?

    Thanks!
     
    raymond222, Aug 30, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Those are proprietary properties, and are not a part of css2.1. Opera follows IE's lead, because they strive toward IE compatibility.

    cheers,

    gary
     
    kk5st, Aug 30, 2008 IP
  3. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Thanks, I already found out it's impossible with css
     
    raymond222, Aug 31, 2008 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    So, if I was wasting my time by answering your post, why hadn't you shown the courtesy of telling us you no longer needed our help?

    gary
     
    kk5st, Aug 31, 2008 IP