<script type="text/javascript">
interval=setInterval("makedropshadow(myLink)",10)
document.getElementById('myLink').style.filter=false
function makedropshadow()
document.getElementById('myLink').style.filter="dropshadow(offx=" + i + ")"
document.getElementById('myLink').style.filter="dropshadow(offy=" + i + ")"
else if (window.interval)
<a href="/index.html" id="myLink" onmouseover="dropshadow()" onmouseout="back()">请把鼠标移动到链接上</a>