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

What are the problems encountered in CSS

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly shows you "what are the problems encountered in CSS", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "what are the problems encountered in CSS" this article?

I. IE browser mode Hack logo

1. Css hack logo

The code is as follows:

Ie6 {_ property: value;}

Ie7 {+ property: value;}

Ie9 {property: value\ 9\ 0;}

Lte ie7 {* property: value;}

Gte ie8 {property: value\ 0;}

All ie {property: value\ 9;}

/ * Note: hack is not recommended unless you have to. Using the hack logo requires testing of browsers (including new ie browsers) * /

2. IE browser environment Hack logo

2.1.All IE browsers

The code is as follows:

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: 0

*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