TIPS: write different CSS for different browsers to be compatible with browsers

Source: Internet
Author: User
When I was doing something, I found that what I did in ie6.0 was totally invisible to ff.
100% CSS incompatibility I have read the relevant information. I personally feel that the following is a stupid and quick way to solve the compatibility problem.
The method is used to write different CSS for different browsers! Important, but IE7 and FF are not good.
The better way is sample.
Padding: 0px;/** // * FF write like this */
* Padding: 0px;/** // * write in ie7.0 */
_ Padding: 0px;/** // * write in ie6.0 like this */

The sequence is to write FF first, then ie7.0, and then 6.0.

FF in standard format
Add one for ie7.0 *
Ie6.0 Add _


Reproduced from: http://www.fify.cn/article.asp? Id = 37

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.