• Resolved charity

    (@charity)


    Can anyone tell me why it is that WP will show all CSS formatting EXCEPT for colored scroll bars in IE? Everything else works great, but the scroll bars will not change color like I want them to.

Viewing 1 replies (of 1 total)
  • spencerp

    (@spencerp)

    You’ll have to add those CSS codes to the main theme’s style.css sheet.. Of course you can change the colors as you wish then too. =)

    HTML
    {
    scrollbar-face-color: #CBAC73;
    scrollbar-arrow-color: #B08356;
    scrollbar-track-color: #CBAC73;
    scrollbar-shadow-color: #B08356;
    scrollbar-highlight-color: #E4C58C;
    scrollbar-3dlight-color: #E4C58C;
    scrollbar-darkshadow-color: #B08356;
    }

    spencerp

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Question’ is closed to new replies.