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

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

還是沒有效果?用的firfox.不知道為什么?

<!DOCTYPE HTML>
<html>
<head>
?? ?<title>JS動畫</title>
?? ?<meta charset="UTF-8">?? ?
?? ?<script type="text/javascript">?? ??? ?
?? ??? ?window.onload = function(){?? ??? ??? ?
?? ??? ??? ?var share = document.getElementById("div1");
?? ??? ??? ?share.onmouseover = function(){
?? ??? ??? ??? ?Move();
?? ??? ??? ?}
?? ??? ?}
?? ??? ?var timer=null;
?? ??? ?function Move(){
?? ??? ??? ?clearInterval(timer);
?? ??? ??? ?var share = document.getElementById("div1");
?? ??? ??? ?var timer = setInterval(function(){
?? ??? ??? ??? ?if (share.offsetLeft ==0 ){

?? ??? ??? ??? ??? ?clearInterval(timer);//讓整個div1顯示完畢后停止向右移動
?? ??? ??? ??? ?}else{
?? ??? ??? ??? ??? ?share.style.left = share.offsetLeft+10+'px';
?? ??? ??? ??? ?}
?? ??? ??? ?},30);
?? ??? ?}
?? ?</script>
?? ?<style type="text/css">
?? ??? ?*{
?? ??? ??? ?margin: 0px;
?? ??? ??? ?padding: 0px;
?? ??? ?}
?? ??? ?.div1{
?? ??? ??? ?width: 300px;
?? ??? ??? ?height: 300px;
?? ??? ??? ?background-color: #F66;
?? ??? ??? ?position: relative;
?? ??? ??? ?left: -300px;
?? ??? ?}
?? ??? ?.div1 span{
?? ??? ??? ?width: 50px;
?? ??? ??? ?height: 60px;
?? ??? ??? ?background-color: blue;
?? ??? ??? ?position: absolute;
?? ??? ??? ?left: 300px;
?? ??? ??? ?top: 120px;
?? ??? ??? ?line-height: 60px;
?? ??? ??? ?color: #fff;
?? ??? ?}
?? ?</style>?? ?
</head>
<body>
?? ?<div>
?? ??? ?<span>share</span>
?? ?</div>
</body>
</html>

正在回答

2 回答

謝謝!我太粗心了!

0 回復 有任何疑惑可以回復我~
<div>
???<span>share</span>
</div>

你查找的是id="div1", 添加的式樣是class="div1",而在你的div中,這二個你都沒寫。怎么會有效果

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

舉報

0/150
提交
取消

還是沒有效果?用的firfox.不知道為什么?

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

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

幫助反饋 APP下載

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

公眾號

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