How to vertically center two TEXTBOX in DIV_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:16:40
Original
1212 people have browsed it



In VS2010


Reply to discussion (solution)

line-height

<div style="height:300px;border:solid 1px red;text-align:center;">    <input type="text" style="top:50%;position:relative;" />    <input type="text" style="top:50%;position:relative;" /><div>
Copy after login


Please extract and organize the CSS yourself.

Just write the style sheet to achieve it

line-height
How to set it





source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template