Transperant scroll bar for div
Posted: Sat May 31, 2008 3:24 am
Hello all,
is it possible to do so that scroll bar of div is transparent, but content is not?
this code makes scroll bar and content transparent.
is it possible to do so that scroll bar of div is transparent, but content is not?
this code makes scroll bar and content transparent.
Code: Select all
<div style="overflow: auto; filter: alpha(Opacity=25, FinishOpacity=0)"></div>