Zeate
06-10-2003, 11:41 AM
Me and my friend are making a layout to our site. The problem is, that the bakcground is filled with different colors, and then we want a transparent scrollbar in our iframe. We've checked the forum, and a lot of sites, but everytime we try the code, the scrollbar gets white!
This is the code we've tried the most times, but it never-ever works!
.blog {
font-family: verdana;
color: #F9EFEB;
font-size: 11px;
background:url(blog.jpg) ;
filter:glow(color=#008000, strength=1);height:0;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-face-color: #1f1f1f;
scrollbar-shadow-color: #1f1f1f;
scrollbar-base-color: #000000;
scrollbar-highlight-color: #1f1f1f;
scrollbar-3dlight-color: #1f1f1f;
scrollbar-darkshadow-color: #1f1f1f;
scrollbar-track-color: #1f1f1f;
scrollbar-arrow-color: #000000;
}
and then in the iframe code, we got:
style="FILTER: chroma (color=1f1f1f)"
We also tried #1f1f1f in the iframe...!
We're about to get insane if we see another white scrollbar! Please help!
Ps. We have the newest IE, because we can see transparent scrollbars at other sites..!
This is the code we've tried the most times, but it never-ever works!
.blog {
font-family: verdana;
color: #F9EFEB;
font-size: 11px;
background:url(blog.jpg) ;
filter:glow(color=#008000, strength=1);height:0;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-face-color: #1f1f1f;
scrollbar-shadow-color: #1f1f1f;
scrollbar-base-color: #000000;
scrollbar-highlight-color: #1f1f1f;
scrollbar-3dlight-color: #1f1f1f;
scrollbar-darkshadow-color: #1f1f1f;
scrollbar-track-color: #1f1f1f;
scrollbar-arrow-color: #000000;
}
and then in the iframe code, we got:
style="FILTER: chroma (color=1f1f1f)"
We also tried #1f1f1f in the iframe...!
We're about to get insane if we see another white scrollbar! Please help!
Ps. We have the newest IE, because we can see transparent scrollbars at other sites..!