View Full Version : Transparent


EternalEarth
01-05-2005, 10:53 AM
I hav a problem with trying to change the "scrollbar-track-color" to transparent...I've read through all the help list but can't find any code/html for it...pls help..

Thanks~ :)

kittycat
01-06-2005, 12:20 AM
For an iframe:
style="filter: chroma(color=#FF0000);"
Add that to the iframe tag. On the page inside the iframe make sure the track colour is #FF0000

For div:
Add the style="filter: chroma(color=#FF0000);" to the div tag and also make sure track colour is set to #FF0000