| CODE |
| border=0 style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)"> |
| CODE |
| <img src="http://i64.photobucket/craziness/redrum.jpg" border=0 style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)"> |
| QUOTE (xxmandurr @ Aug 12 2008, 05:50 AM) |
| thanks. *hands over cookies* you deserve them. EDIT: I used it, but once you roll over the image it doesn't...how do you say....show the original none dull picture. |
| CODE |
| <script language="JavaScript1.2"> function high(which2){ theobject=which2 highlighting=setInterval("highlightit(theobject)",50) } function low(which2){ clearInterval(highlighting) if (which2.style.MozOpacity) which2.style.MozOpacity=0.3 else if (which2.filters) which2.filters.alpha.opacity=30 } function highlightit(cur2){ if (cur2.style.MozOpacity<1) cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1 else if (cur2.filters&&cur2.filters.alpha.opacity<100) cur2.filters.alpha.opacity+=10 else if (window.highlighting) clearInterval(highlighting) } </script> |
| QUOTE |
| <a href="http://z10.invisionfree.com/thegreatdivide/index.php?showuser=1"><img src="http://i289.photobucket.com/albums/ll203/syb-forum/ldsidebar/thspirit.jpg"border=0 style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)"></a> |