如何用javascript实现一张小图片在另一张大图片上的移动?
如何用javascript实现一张小图片在另一张大图片上的移动?
日期:2008-12-23 10:08:27 人气:1
无标题文档
<!--
#big {
display: block;
position: absolute;
height: 500px;
width: 500px;
background-color: #003399;
}
#big #small {
background-color: #0066FF;
height: 50px;
width: 50px;
position: absolute;
right:0;
bottom: