css body tag problems
-
i am posting my blog in an i-frame and i cant seem to get my scrollbars and background to work with the css. this is what is posted in my wp-layout.css
body {
font-family: Veranda;
margin: 0;
border: none;
border-top: none;
border-bottom: none;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
background-image: url(tile2.jpg);
background-color: #FFFFFF;
background-repeat: repeat-y;
}
my site is located here https://grey-sentiment.life-for-rent.org/ante-up.htm
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘css body tag problems’ is closed to new replies.