Anyone good with CSS? Coloring scrollbar issues...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pornweaver
    Confirmed User
    • Aug 2004
    • 855

    #1

    Anyone good with CSS? Coloring scrollbar issues...

    Here's the code:

    body
    [
    background-color:#000000;
    scrollbar-3d-light-color: #CCCCCC;
    scrollbar-arrow-color: #FFCC00;
    scrollbar-base-color: Black;
    scrollbar-dark-shadow-color: #CCCCCC;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #000000;
    ]

    For some reason when this is loaded, nothing happens. There are a few sites that the coloring works on, but then there are a few where it doesn't.

    Do you see any issue with this? Or do you know of some problem inherent with IE and colored scrollbars?
  • media
    Confirmed Moneymaker
    • Apr 2002
    • 9853

    #2
    try replacing the "[" with "{"

    edit: "shift+[" for that banned character...
    I'm here for the violence!

    Comment

    • Pornweaver
      Confirmed User
      • Aug 2004
      • 855

      #3
      Originally posted by media
      try replacing the "[" with "{"
      Yeah, I used those for example since the correct brackets don't work on GFY.

      Comment

      • media
        Confirmed Moneymaker
        • Apr 2002
        • 9853

        #4
        heres the one from gfy....

        <style type="text/css">
        BODY [
        SCROLLBAR-BASE-COLOR: #505050;
        SCROLLBAR-ARROW-COLOR: #FFFFFF;
        ]
        </style>

        try this first...
        I'm here for the violence!

        Comment

        • Pornweaver
          Confirmed User
          • Aug 2004
          • 855

          #5
          Originally posted by media
          heres the one from gfy....

          <style type="text/css">
          BODY [
          SCROLLBAR-BASE-COLOR: #505050;
          SCROLLBAR-ARROW-COLOR: #FFFFFF;
          ]
          </style>

          try this first...
          Yeah, I tried that already. This doesn't work either. A couple of my sites work just fine. I originally just copied the CSS from the working site and pasted it to find that it didn't work. Very strange.

          Comment

          • tootie
            Confirmed User
            • Jun 2003
            • 6041

            #6
            Try one of the utilities that generate them. Here's one:

            http://development.gurusnetwork.com/...ed_scrollbars/


            Comment

            Working...