自动对焦滚动框

时间:2015-12-01 00:35:25

标签: html autofocus

我有一个非常具体的问题。自动对焦用于表单和按钮。我需要的是一个自动选择的滚动框。请注意,这不是文本区域。 我对滚动框的代码是:

<div style="height:120px;width:120px;border:1px solid #ccc;font:16px/26px Georgia, Garamond, Serif;overflow:auto;">

As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.

</div> 

我需要自动选择此滚动框,因为我正在制作一个项目,我的网站可通过外部按钮进行控制。向上箭头和向下箭头用于读取信息性文本。当然,必须首先选择元素才能使其起作用。

我希望有人能帮助我。

0 个答案:

没有答案