简体   繁体   English

通过javascript的div的水平滚动

[英]Horizontal Scrolling of a div by javascript

I have a div in which there is a table . 我有一个有一张桌子的div。 The table has as many columns that there appears a horizontal scrollbar under it. 该表具有许多列,因此在其下方显示一个水平滚动条。 I have to highlight a textbox which is at extream right and is not in the view port. 我必须突出显示一个位于右端且不在视口中的文本框。 How do I get that texbox in the viewport ? 如何在视口中获取该texbox?

I have to highlight a textbox which is at extream right and is not in the view port 我必须突出显示一个在右端且不在视口中的文本框

textbox.focus()

should do 应该做

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM