Help
-
Search
-
Members
-
Calendar
Full Version:
sorry but got another problem
Forums
>
Resource Center
>
Webmasters' Corner
>
Webmasters' Corner Resolved Topics
wetwater
Apr 27 2005, 11:01 PM
<style type="text/css">
body {
margin: 0px;
background-color: #333333;
color: #ffffff;
}
div {
FILTER: chroma(color=#ffff00)
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffff00;
scrollbar-shadow-color: #ffff00;
scrollbar-face-color: #ffff00;
scrollbar-highlight-color: #ffff00;
scrollbar-darkshadow-color: #ffff00;
scrollbar-3dlight-color: #ffff00;
}
.main {
position: absolute;
margin-left: 450px;
margin-top: 157px;
padding: 8px;
width: 246px;
height: 200px;
vertical-align: top;
text-align: left;
font-size: 14px;
font-family: verdana;
font-style: normal;
color: #ffffff;
line-height:14px;
overflow: auto;
}
A:link {
color : #cc0066;
text-decoration : none;
}
a:visited {
color : #993366;
text-decoration : none;
}
A:hover {
letter-spacing: 0px;
color : #00cc66;
text-decoration : none;
cursor : crosshair;
}
h1
{
font-size: 16px;
font-family: verdana;
text-decoration: underline;
color: #6699cc; }
h2
{font-size: 16px;
font-family: verdana;
text-decoration: underline;
color: #cc0033; }
p
{
font-size: 14px;
font-family: verdana;
color: #ffffff;
line-height: 14px; }
td
{
font-size: 13px;
font-family: trebuchet ms;
color: #cc99ff;
border: 0px;
padding:0px;
border-color: #ffffff;
line-height:13px;
}
</style>
That's my stylesheet. Problem is, the scrollbar arrows are black instead of white. ???
QUOTE
please use a codebox!
talcumpowder
Apr 27 2005, 11:21 PM
Which scrollbar? Div or actual?
whomps
Apr 28 2005, 12:01 AM
You forgot to add a semi-colon..
<!-- begin code provided by createblog.com -->
<style type="text/css">
body {
margin: 0px;
background-color: #333333;
color: #ffffff;
}
div {
FILTER: chroma(color=#ffff00);
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffff00;
scrollbar-shadow-color: #ffff00;
scrollbar-face-color: #ffff00;
scrollbar-highlight-color: #ffff00;
scrollbar-darkshadow-color: #ffff00;
scrollbar-3dlight-color: #ffff00;
}
.main {
position: absolute;
margin-left: 450px;
margin-top: 157px;
padding: 8px;
width: 246px;
height: 200px;
vertical-align: top;
text-align: left;
font-size: 14px;
font-family: verdana;
font-style: normal;
color: #ffffff;
line-height:14px;
overflow: auto;
}
A:link {
color : #cc0066;
text-decoration : none;
}
a:visited {
color : #993366;
text-decoration : none;
}
A:hover {
letter-spacing: 0px;
color : #00cc66;
text-decoration : none;
cursor : crosshair;
}
h1
{
font-size: 16px;
font-family: verdana;
text-decoration: underline;
color: #6699cc; }
h2
{font-size: 16px;
font-family: verdana;
text-decoration: underline;
color: #cc0033; }
p
{
font-size: 14px;
font-family: verdana;
color: #ffffff;
line-height: 14px; }
td
{
font-size: 13px;
font-family: trebuchet ms;
color: #cc99ff;
border: 0px;
padding:0px;
border-color: #ffffff;
line-height:13px;
}
</style>
<!-- end code provided by createblog.com -->
Try that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.