Vasudha
08-05-2002, 11:56 AM
I have been using this code.
<center>
<!--Change following image name to your own-->
<img id="reflect" src="http://members.truepath.com/cheekymomto3/newbanner.gif">
<br>
<script language="JavaScript1.2">
function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}
if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
window.onload=f1
}
</script>
</center>
Here it is as you can see on this link:
http://www.boomspeed.com/juners45/
I cannot figure out for the life of me why there is a gap between
the image and the reflection!
How do I fix this please to have it totally joined.
Any help is greatfully received. :o
<center>
<!--Change following image name to your own-->
<img id="reflect" src="http://members.truepath.com/cheekymomto3/newbanner.gif">
<br>
<script language="JavaScript1.2">
function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}
if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
window.onload=f1
}
</script>
</center>
Here it is as you can see on this link:
http://www.boomspeed.com/juners45/
I cannot figure out for the life of me why there is a gap between
the image and the reflection!
How do I fix this please to have it totally joined.
Any help is greatfully received. :o