scroll bar CSS
-
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? ^^
The topic ‘scroll bar CSS’ is closed to new replies.