How to solve non-uniformity between two objects side by side

Source: Internet
Author: User

For a check box on the front side, the text below is often seen, but there are always a lot of problems. How to make the two of them aligned side by side is sometimes a matter of several pixels, but different browsers are different, especially ie6.

Today, we suddenly found a solution to these problems.

The Code is as follows:

 

<Div> <span> <input type = "checkbox" id = "haveRead" name = "haveRead" style = "top: 2px; "/> <label onclick =" clickToCheck () "> I have read and agreed to <a href =" # "> qile User Registration Agreement </a> </label> </span> </div> <div> <span> <input type = "checkbox" id = "haveRead" name = "haveRead" style = "top: 2px; "/> <label onclick =" clickToCheck () "> I have read and agreed to <a href =" # "> qile User Registration Agreement </a> </label> </span> </div>

There is a div in the outermost part, but the two labels will be arranged according to their own default style, either the check box is several pixels higher than the text, or the text is higher than the check box.

In this case, the position: relative of the div with the outermost side; the position: relative of the check box inside, so that the style of the check box can be set through top and left, achieve the purpose of alignment.

 

Related Article

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.