亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

我這個導航欄動畫效果只能變大,不能變回去為什么啊???

我這個導航欄動畫效果只能變大,不能變回去為什么?。???

lulubiu 2017-04-23 19:08:42
<!DOCTYPE?html> <html> <head> <meta?charset="UTF-8"> <title>導航欄的制作</title> <style> *{margin:0?;padding:?0;?font-size:?15px} ul{ list-style:?none; margin-right:?5px; margin-top:?50px;? } li{float:left;} a{ text-decoration:?none; display:?block; width:?70px; height:?20px; text-align:?center; background-color:?#ccc; border:?2px?solid?black; padding:?5px?2px; } .on,a:hover{background:?yellow;?color:green;?height:30px;?line-height:?30px;?margin-top:?-10px;} </style> <script> window.onload=function() { var?aA=document.getElementsByTagName("a"); for(var?i=0;i<aA.length;i++) { aA[i].onmouseover=function(){ clearInterval(this.time); var?This=this?; This.time=setInterval(function(){ This.style.width=This.offsetWidth+8+"px"; if(This.offsetWidth>=100){ clearInterval(This.time) } },30) } aA[i].onmouseout=function(){ clearInterval(this.time); var?This=this?; This.time=setInterval(function(){ This.style.width=This.offsetWidth-8+"px"; if(This.offsetWidth<=70){ This.style.width?=?"70px"; clearInterval(This.time) } },30) } } } </script> </head> <body> <ul> <li><a?href="#">首頁</a></li> </ul> <ul> <li><a?href="#">新聞快訊</a></li> </ul> <ul> <li><a?href="#">產品展示</a></li> </ul> <ul> <li><a?href="#">意見反饋</a></li> </ul> <ul> <li><a?href="#">聯系我們</a></li> </ul> </body> </html>
查看完整描述

1 回答

已采納
?
西蘭花偉大炮

TA貢獻376條經驗 獲得超318個贊


我測試可以變回去啊,就是這個代碼

查看完整回答
1 反對 回復 2017-04-23
  • 1 回答
  • 0 關注
  • 1210 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號