Five tips for DIV CSS form layout_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:29:18
Original
1690 people have browsed it

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