Need help to create a script like this just where it replaces the
background instead of changing the opacity, thanks.
Code:style="opacity:0.4;filter:alpha(opacity=40)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"



.
Reply With Quote
Bookmarks