Borgtex
10-30-2002, 06:37 PM
A very compact rollover only for IE 5+ that allows swapping the images with a transition
<script type="text/javascript">
/*
Rollblend: Rollover + Blending script
by www.dimaster.com
Free use of this script is allowed as long as
this message remains intact.
*/
if (document.all)
{document.onmouseover = rlvr;
document.onmouseout = rlvr;}
function rlvr()
{
e=event.srcElement
if (e.osrc)
{tmpsrc=e.src;
if (e.fx){e.filters[0].apply();e.filters[0].play();
e.src=e.osrc;e.osrc=tmpsrc;
}
}
}
</script>
<img src="Btn.jpg" osrc="Btn_ovr.jpg" fx=true style="filter:blendTrans(duration=1)"><br>
<script type="text/javascript">
/*
Rollblend: Rollover + Blending script
by www.dimaster.com
Free use of this script is allowed as long as
this message remains intact.
*/
if (document.all)
{document.onmouseover = rlvr;
document.onmouseout = rlvr;}
function rlvr()
{
e=event.srcElement
if (e.osrc)
{tmpsrc=e.src;
if (e.fx){e.filters[0].apply();e.filters[0].play();
e.src=e.osrc;e.osrc=tmpsrc;
}
}
}
</script>
<img src="Btn.jpg" osrc="Btn_ovr.jpg" fx=true style="filter:blendTrans(duration=1)"><br>