View Full Version : DIV W/ Transparent Scrollbars


Combat Babe
07-23-2004, 11:23 PM
ARGH!!!!! :rant: I'm so mad! I tried adapting the Iframe code for transparent scrollbars to my div layer, but it didn't work! I really want a transparent scrollbar, so this really sucks. Could someone help me? My page is here, (http://www.erstwhilemoments.belike.net/resolution1.htm) and this is the code I've tried:



<div style="position: absolute; left: 30; top: 207; width: 685; height: 420; padding: 10px; z-index: 2; overflow: auto; filter: chroma(#33FF00);
scrollbar-face-color : #33ff00; scrollbar-highlight-color : #33ff00; scrollbar-3dlight-color : #ff6600; scrollbar-shadow-color : #33ff00;
scrollbar-darkshadow-color : #ff6600; scrollbar-track-color : #33ff00; scrollbar-arrow-color : #ff6600; " allowtransparency="true">



I kept trying and trying to make it work, and it just won't! How do I fix this?

EDIT: Erm, nevermind. I figured out the problem on the filter: chroma(color=#33ff00) tag, I was missing color= . Yup, I feel dumb. Well, off I go.