CSS implements a method that aligns the same line of text and input boxes

Source: Internet
Author: User

The example in this article describes how the CSS implementation aligns the same line of text and input boxes. Share to everyone for your reference. The specific analysis is as follows:

We all know that sometimes a text input box and a piece of text on the same line, but they are not always vertically centered, look beautiful, this CSS code is to solve this problem, the top line is undefined, the following line is defined, you can see that there are obvious differences.

The

code is as follows:


<!--CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 strict//en"


"Http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dt-->


<html>


<head>


<title>css Let the same line of text and input boxes align </title>


<meta http-equiv= "Content-type" content= "text/html"; Charset=utf-8 "/>


<style type= "Text/css" >


#a {


height:30px;


border:1px solid #ccc;


}


#b {


margin-top:20px;


height:30px;


border:1px solid #ccc;


}


#a Input {


width:200px;


height:30px;


border:1px solid red;


}


#b Input {


width:200px;


height:30px;


border:1px solid red;


Vertical-align:middle;


}


</style>


</head>


<body>


<div id= "a" ><input/>text1</div>


<div id= "B" ><input/>text2</div>


</body>


</html>

I hope this article will help you with the DIV+CSS web design.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.