Vizes hatású kép
Itt a Demo:
Az "ULR CÍM" helyére kell behelyetesítened a te képed url címét!!
Itt a kód:
<!-- vizes hatasu kep -->
<img id="reflect" src="URL CÍM">
<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>
|