html代码:
<div id="link"></div>
<div id="gddiv"></div>
css代码:
#link {
width: 50px;
background-color: green;
height: 50px;
position: absolute;
left: 0;
top: 0;
}
#gddiv {
width: 50px;
height: 50px;
background-color: red;
margin-left: 500px;
margin-top: 200px;
}
js代码:
var link
版权声明:本文为xuebinsunwumei原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。