当到达该字段时,是否可以Javascipt自动将用户从一个字段发送到下一个字段?maxlength
如果是这样,怎么办?
我有两张图片,一张一张。像这样:
这是我的 html:
<div class="flapImage" id="idHot">
<img src="images/hot.png" style="position:relative; top:0; left:0; max-width:390px;" width="100%" height="190px" />
<img src="images/watchVideoP.png" width="200px" style="position:absolute; top:120px; left:80px;" />
</div>
Run Code Online (Sandbox Code Playgroud)
这是我的 css:
.flapImage{
margin:0 auto;
text-align:center;
top:0;
left:0;
background-color:black;
}
Run Code Online (Sandbox Code Playgroud)
你知道另一种方法吗?