Log in

View Full Version : Background swap onMouseover



saynogo9999
03-30-2009, 03:39 PM
Need help to create a script like this just where it replaces the
background instead of changing the opacity, thanks :).


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"

tgallagher26
04-02-2009, 03:29 PM
Try one of these links

http://ult-tex.net/tools/ultra/mouseover_maker.pl

http://www.bermangraphics.com/tips/mouseover.htm

http://www.webdevelopersnotes.com/tips/html/javascript_image_rollovers.php3


Tim..