Could you explain me why, if i desinhibite, it doesn't work ?
<p
id="p"
style="margin-top:90%;margin-bottom:90%;"
>
yduftdund
<script type="text/javascript">
objet=document.getElementById('p')
function scroll_opacifier()
{
position=objet.offsetTop-document.body.scrollTop
taux=position/window.innerHeight
objet.style.MozOpacity=taux
objet.style.opacity=taux
//if(objet.filters.alpha.opacity)
//objet.filters.alpha.opacity=taux*100
setTimeout('scroll_opacifier()', 100)
}
scroll_opacifier()
</script>
NB : i browse it with Mozilla 1.2.1.
Thanks for ur help !
UserAgent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.2.1) Gecko/20030416

