Solve browser compatibility issues by using fractional resolution differences

Source: Internet
Author: User

Generally, when we write CSS, the numbers are all integers, such as font-size: 12px; margin: 20px; then someone may ask if the CSS attribute value can have a decimal point? What would it look like if it was a decimal number? What is the difference with integers?

First, let's take a look at an example to observe the differences between Decimals in different browsers.

 
<! Doctype HTML> <HTML lang = "En-us">  

We can see that in chrome, Firefox, and IE8, decimal places are rounded to integers, while in IE6 and IE7, the lower limit of decimal places is rounded to integers. In some cases, we use decimal places to replace CSS hack. For example:

 
<! Doctype HTML> <HTML lang = "En-us">  

It not only shortens the code length, but also removes CSS hack.

Conclusion: although this decimal point solves some compatibility problems, its disadvantage is also obvious, that is, its applicability can only solve the browser difference of 1 pixel difference, and can only solve IE6, browser differences with a smaller value of 1 pixel in IE7.

Browsers: chrome, Firefox, IE8, IE7, and IE6

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.