Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Resolve padding ie incompatibility issues

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "solving the problem of padding ie incompatibility". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "solving the problem of padding ie incompatibility".

Usually we encounter three situations:

IE6 is normal and IE7/FF is abnormal.

In this case, we deal with it as follows:

Padding: 7px! important; (for FF/IE7)

Padding: 6px; (for IE6)

IE6 IE7 is normal and FF is abnormal.

We have to deal with this situation like this, because important IE7 is also recognizable!

Padding: 7px; (for FF)

* padding: 6px; (for IE6/IE7)

IE6 IE7 FF is different.

We deal with this situation as follows:

Padding: 7px; (for FF)

* padding: 6px; (for IE7)

_ padding: 5px; (for IE6)

Thank you for your reading, the above is the content of "solving the problem of padding ie incompatibility". After the study of this article, I believe you have a deeper understanding of solving the problem of padding ie incompatibility, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 270

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report