View Full Version : What's wrong? --scrollbar


sisqoluv
06-09-2003, 01:58 AM
I'm having a lot of problems making my iframe scrollbar transparent. My page is here:

http://www.eccentrix.com/members/ambrosia/sagtest/mainpage.html

I looked on the forum and followed all of the steps, but it won't work. Also, I'm going to have more than one iframe on my page, will that effect anything?

jazzberry
06-09-2003, 02:29 AM
your CSS should be this for the scrollbar thingy. What I added is in bold.

<!--body {
scrollbar-3dlight-color: #40FF40;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #40FF40;
scrollbar-darkshadow-color: #40FF40;
scrollbar-face-color: #40FF40;
scrollbar-highlight-color: #40FF40;
scrollbar-shadow-color: #40FF40;
scrollbar-track-color: #40FF40;
filter:chroma(color=#40FF40);}
-->
</style>

sisqoluv
06-09-2003, 03:33 AM
Thank you very much! I spent over two hours working on that alone, and I came here after I finally figured it out (somehow). I did it a different way, though. I don't know what I did, but I'm glad it's over. Now on to the next iframe...



Thanks again!