Home  >  Article  >  Web Front-end  >  Five tips for DIV CSS form layout_html/css_WEB-ITnose

Five tips for DIV CSS form layout_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:29:181700browse

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