I am trying to set focus on a hidden text box. I want that when the body or div containing the text box loads the focus should be on the particular text box so that any input fr
visibility:hidden; position: absolute;
Works in Chrome 53, and seems cleaner than trying to shift the element offscreen as in Nathan Wall's answer.