javascript
发表在JavaScript答疑区 2016-08-16
是否精华
版块置顶:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <style>
        #div1{
            width: 100px;
            height: 200px;
            background-color: red;
            position:absolute;
            top: 100px;
            left: -100px;
        }
        #div2{
            width: 30px;
            height: 60px;
            position: absolute;
            top: 70px;
            right: -30px;
            background-color: black;
            color: white;
            text-align: center;

        }
    </style>
    <script>
        window.onload=function(){
            var oDiv=document.getElementById('div1');
            oDiv.onmouseover = function(){
                this.style.left="0px";

            }
            oDiv.onmouseout = function(){
                this.style.left="-100px";
            }
    </script>
</head>
<body>
<div id="div1">
    <div id="div2">分享到</div>
</div>
</body>
</html>
为什么没有效果啊
分享到:
精彩评论 1
轻鸿_mrkj
学分:0 LV1
TA的每日心情
加油
2020-12-25 20:06:49
2016-08-17
沙发
读者您好:
oDiv.onmouseout = function(){
this.style.left="-100px";
}
这段代码后面少了一个大括号。将其修改为:
<script>
window.onload=function(){
var oDiv=document.getElementById('div1');
oDiv.onmouseover = function(){
this.style.left="0px";

}
oDiv.onmouseout = function(){
this.style.left="-100px";
}
}
</script>
即可。
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照