Five tips for DIV CSS form layout_html/css_WEB-ITnose
Reprinted from: http://blog.onlygrape.com/css-form-layout/267
1. Mobile selection of form text input:
in In the text input field, if a prompt is added, visitors often have to use the mouse to select it, delete it, and then enter useful information.
In fact, as long as you add onMouseOver="this.focus()" onFocus="this.select()" code to