The use of CSS em in the JQuery mobile foreground design.

Source: Internet
Author: User

Put a website first: http://www.uml.org.cn/html/201207311.asp

You can refer to the following conversion table (the body font is 16PX value)

Summarize

Long introduction of a large pile, the only thing to tell you is the following points

1, the browser's default font size is 16px

2, if the element itself does not set the font size, then all the property values on the element itself such as "boder, width, height, padding, margin, line-height" equivalent, we can be calculated according to the following formula

1÷ the Font-sizex of the parent element needs to convert the pixel value = em value

3, this one must slowly understand, otherwise it is easy to mix with the 2nd. If the element sets the font size, the conversion of the font size is still calculated as the second formula, which is the following:

1÷ the Font-sizex of the parent element needs to convert the pixel value = em value

Then the element sets the font size, and other properties of this element, such as "border, width, height, padding, margin, line-height", are calculated according to the following formula:

The Font-sizex of the 1÷ element itself needs to convert the pixel value = em value

In this way, I do not know that you understand the whole understanding of no, if not the whole understanding, you can go back to see an example above.

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.