• I have the CSS correct in the wp-layout.css (copied from main css file that works fine), but the scrollbars are still the blah grey colour.
    Is there an additional step I need to take to make them work, or is it not possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • You ARE using Internet Explorer, right? Coloring of scrollbars is an IE-specific feature.

    This is really the wrong place to be asking. If you really want to use it, good ol’ msdn can help you out.

    Not a straightforward thing to do in WP. I posted some time back the reason why and how I got it to work, but you will have to do a search to find it.

    Thread Starter Anonymous

    Yes, I’m using IE. I’m not stupid.
    The css is fine, it works in my style.css file that is for all non-wordpress pages.
    I’ll search for the file now.

    Thread Starter Anonymous

    Found that yesterday, but thanks for replying. 🙂
    Man, I love this thing. MUCH better than updating by hand.

    what do you mean put it in the html? of the index file?
    like put this:
    <style type=”text/css”>
    body
    { font-family: verdana, arial, “times new roman”;
    color: #FFFFFF;
    font-size: 10pt;
    scrollbar-face-color : #ff0000;
    scrollbar-highlight-color : #FFFFFF;
    scrollbar-3dlight-color : #ff0000;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-darkshadow-color : #ff0000;
    scrollbar-track-color : #ff0000;
    scrollbar-arrow-color : #ff0000; }
    </style>
    into the index.php file?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Colored scrollbars not showing up…’ is closed to new replies.