View Full Version : transparency code


glossgirl
07-28-2005, 03:39 AM
I'm not sure if this is where this question needs to go but oh well.....
If any one has a code for transparency, could you please post it, I have a background and I'm trying to make the div scroller blend in with the background.

kittycat
07-28-2005, 05:38 AM
Change whole div opacity
style="filter: alpha(opacity=70);"

Make parts of the scrollbar transparent
style="filter: chroma(color=#00FF00); add the scrollbar codes here, making the areas you want transparent the same as in the chroma filter;"

glossgirl
07-28-2005, 09:23 PM
thanks!