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

為了賬號安全,請及時綁定郵箱和手機立即綁定

為什么鼠標移出的運動不對啊

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>練習</title>

<style type="text/css" media="screen">

? ? ? ?*{padding:0;margin:0;}

? ? ul{list-style: none;margin-left: 20px;}

? ? li{float: left;}

? ? a{text-decoration:none;height:40px;width:100px;background-color: #ccc;display:block;text-align: center;line-height: 40px;margin-bottom: 15px;}

? ? a:hover{background-color: #ecc;color: #fff;

? ? }

</style>

<script type="text/javascript">

? ? window.onload=function(){

? var aA=document.getElementsByTagName('a');

? for(var i=0;i<aA.length;i++)

? {

? ? ? aA[i].onmouseover=function(){

? ? ? ? ? var This=this;

? ? ? ? ? This.time=setInterval(function(){

? ? ? ? ? This.style.width=This.offsetWidth+8+"px";


? ? ? ? ? if(This.offetWidth>=130){

? ? ? ? ? ? clearInterval(This.time);

? ? ? ? ? } ? ??

? ? ? ? ? },30);?

? ? ? ? ??

? ? ? }

? ? ? ?aA[i].onmouseout=function(){

? ? ? ? ? var This=this;

? ? ? ? ? This.time=setInterval(function(){

? ? ? ? ? This.style.width=This.offsetWidth-8+"px";?

? ? ? ? ? if(This.offetWidth<=100){

? ? ? ? ? ? This.style.width="100px";

? ? ? ? ? ? clearInterval(This.time);

? ? ? ? ? } ? ??

? ? ? ? ? },30);?

? ? ? ? ?

? ? ? }

? ? ? ? ?

? }

}

? ?


? ?

</script>

<meta name="description" content="">

<meta name="keywords" content="">

<link href="" rel="stylesheet">

</head>

<body>

? ?<ul>

? ? ? ? <li><a href="" title="">首頁</a></li>

? ? ? ? ?<li><a href="" title="">資訊</a></li>

? ? ? ? ? <li><a href="" title="">新聞</a></li>

? ? ? ? ? ?<li><a href="" title="">產品展示</a></li>

? ? </ul>?

</body>

</html>


正在回答

1 回答

沒有暫停

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

為什么鼠標移出的運動不對啊

我要回答 關注問題
微信客服

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

幫助反饋 APP下載

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

公眾號

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