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>Moderator: General Moderators
Code: Select all
<div style="overflow: auto; filter: alpha(Opacity=25, FinishOpacity=0)"></div>