• I’ve inserted this on my inline CSS (http://sacred-tear.marvinsweb.com/wordpress)
    body{
    margin: 0pt;
    background-color: #FEE4E8;
    background-image: url(http://img29.photobucket.com/albums/v87/fangli/pink/bg.jpg);
    background-repeat: repeat;
    color: #95090F;
    font: 11px verdana;
    font-weight: bold;
    line-height: 130%;
    cursor: nw-resize;
    SCROLLBAR-FACE-COLOR: #95090F;
    SCROLLBAR-HIGHLIGHT-COLOR: #FEE4E8;
    SCROLLBAR-SHADOW-COLOR: #FEE4E8;
    SCROLLBAR-3DLIGHT-COLOR: #95090F;
    SCROLLBAR-ARROW-COLOR: #FEE4E8;
    SCROLLBAR-TRACK-COLOR: #FEE4E8;
    SCROLLBAR-DARKSHADOW-COLOR: #95090F;
    SCROLLBAR-BASE-COLOR: #FEE4E8;
    }
    it usually worked for my other pages but the default scrollbar appears. Can anyone help me figure out what’s wrong? ^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you sure it works if it is in CAPITALS?

    Use html{} instead of body {} for the Scrollbars declarations.

    Thread Starter sacredo

    (@sacredo)

    Yay! It worked! Thanks a lot. ^___^

    i use like this at header.php

    <style type=”text/css” media=”screen”>

    /* BEGIN IMAGE CSS */
    /* To accomodate differing install paths of WordPress, images are referred only here,
    and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
    not, then go right ahead and delete the following lines, and the image files. */
    html {
    scrollbar-base-color: default;
    scrollbar-face-color: #F0F3F5;
    scrollbar-track-color: white;
    scrollbar-arrow-color: #1BB2EA;
    scrollbar-3dlight-color: #F0F3F5;
    scrollbar-darkshadow-color: White;
    scrollbar-highlight-color: #F0F3F5;
    scrollbar-shadow-color: #1BB2EA;}

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘scroll bar CSS’ is closed to new replies.