Home Web Front-end HTML Tutorial Five tips for DIV CSS form layout_html/css_WEB-ITnose

Five tips for DIV CSS form layout_html/css_WEB-ITnose

Jun 24, 2016 pm 12:29 PM

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