[HTML]
[HEAD]
[STYLE type="text/css"]
[!--
BODY {
scrollbar-base-color: #fafcfe;
scrollbar-face-color: #fafcfe;
scrollbar-track-color: #fafcfe;
scrollbar-highlight-color: #fafcfe;
scrollbar-3dlight-color: #fafcfe;
scrollbar-shadow-color: #fafcfe;
scrollbar-darkshadow-color: #fafcfe;
scrollbar-arrow-color: #FFF600;
background-color: transparent;
font-family: "Arial Black, Arial, sans-serif";
font-size: 8px;
color: #FFFFFF;
text-transform: UPPERCASE;
}
a {
color: #EFF2A5;
}
--]
[/STYLE]
[/HEAD]
[BODY]
[center]
tex text text text
[/center]
[/BODY]
[/HTML]
Replace [ and ] with < and > and thats what we have on our site. Problem is, while the scrollbars look appropriate, and so does the background color, the font sizes, colors, and faces aren't working. The text-transform works too. Just font face/color/size.
Advice? |