求js,动作:点击按钮,网页向下移10PX 20

怎么知道当前按钮在屏幕的位置??... 怎么知道当前按钮在屏幕的位置?? 展开
 我来答
老刀正能量
2012-04-29 · TA获得超过2011个赞
知道大有可为答主
回答量:1487
采纳率:0%
帮助的人:1535万
展开全部
<html>
<body style="margin-top:10px">
<input name="aa" type="button" id="test" value="点击我网页下移10像素" onClick="document.body.style.marginTop=(parseInt(document.body.style.marginTop?document.body.style.marginTop:0)+10)+'px';"/>
</body>
</html>
百度网友3993a0c
2012-04-24 · TA获得超过136个赞
知道小有建树答主
回答量:161
采纳率:0%
帮助的人:153万
展开全部
<body>
</body>
<input type="button" value="test" id="test"/>
</html>
<script type="text/javascript">
document.getElementById("test").onclick=function(){
document.getElementById("test").style.marginTop=document.getElementById("test").style.marginTop+10+"px";
}
</script>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式