為什么在火狐瀏覽器里沒(méi)有反應(yīng)?
<script type="text/javascript">
? ? ? window.onload = function(){
? ? ? ? ? var oMove = document.getElementById("move");
? ? ? ? ? var aLis = document.getElementsByTagName("a");
? ? ? ? ? for(var i=0;i< aLis.length;i++){
? ? ? ? ? ? ? aLis[i].onmouseover = function(){
? ? ? ? ? ? ? ? ? var _this = this.getElementsByTagName("i")[0];
? ? ? ? ? ? ? ? ? moreMove(_this,{top:-25,opacity:0},function(){
? ? ? ? ? ? ? ? ? ? ? _this.style.top = 13 + "px";
? ? ? ? ? ? ? ? ? ? ? moreMove(_this,{top:3,opacity:100});
? ? ? ? ? ? ? ? ? });
? ? ? ? ? ? ? }
? ? ? ? ? }
? ? ? }
</script>
2016-07-17
//那得看你moreMove函數(shù)里有沒(méi)有g(shù)etStyle這個(gè)函數(shù)