在js中,可以使用marginTop属性将input向下移动。下面小编举例讲解js跗柿椁焚如何让input文字框向下移动指定距离。
工具/原料
联想笔记本Air14
操作系统Windows10
zendstudio10.0
html+js
方法/步骤
1、新建一个html文件,命名为test.html,用于讲解js如何让input文字框向下移动指定距离。
2、在test.html文件内,使用input标签创建一个文本框,用于测试。
3、在test.html文件内,设置input标签的id属性为wthree。
4、在test.html文件内,创建script标签,用于编写js代码。
5、在js标签内,通过id获得input对象,使用margin-top属性让input向下移动40px。
6、在浏览器打开test.html文件,查看结果。