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 if overflow:auto is invalid in ie7

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces how to do overflow:auto invalid in ie7. The introduction in this article is very detailed and has certain reference value. Interested friends must read it!

causes

When a parent element's immediate child element or child element's style has a position:relative attribute, the parent element's overflow:auto attribute is invalidated.

solutions

This bug can be easily fixed by using position:relative; in the parent element.

Code bug recurrence

I am a very hard front-end blog, I hope you will like me a very hard front-end blog, I hope you will like me a very hard front-end blog, I hope you will like me a very hard front-end blog, I hope you will like me a very hard front-end blog, I hope you will like ul{overflow:auto; height:100px;}li{position:relative; height:30px; line-height:30px;}

In ie7 there is a strange bug where the scroll bar appears, but you can't pull it. The solution is to give ul{position:relative;}

IE7 float:right will wrap

I thought it would only appear in ie6 before, but I didn't expect ie7 to have this bug as well. Many people on the Internet said that the float:right element was placed at the top. This is how 2 ideas ah. Sacrificing the position of an element to solve this bug, sometimes you look at the code yourself a little speechless, the solution can be to add a relative position to the parent layer, and then add an absolute position to the right of this to achieve. I think it's more reliable this way.

The above is "overflow:auto invalid in ie7 how to do" all the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

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