Goth
02-29-2004, 09:13 AM
style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)"
<SCRIPT LANGUAGE="JavaScript"><!-- Begin
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
// End -->
</SCRIPT>
I wanna be able to work the style onmouseover/out tags into the script (its a rotating banner script and im trying to make it so the other script(image fading script) works on the banners) everytime i try i seem to mess it up...
<SCRIPT LANGUAGE="JavaScript"><!-- Begin
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
// End -->
</SCRIPT>
I wanna be able to work the style onmouseover/out tags into the script (its a rotating banner script and im trying to make it so the other script(image fading script) works on the banners) everytime i try i seem to mess it up...