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

The solution to the IE6 position:fixed problem

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

Share

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

The solution to the IE6 position:fixed problem, many novices are not very clear, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.

To give you a brief introduction to the solution to the position:fixed problem under IE6, the reason for this problem is that the absolute position of the fixed element is relative to the HTML element, and the scroll bar belongs to the body element. I believe that the introduction of this article will give you something.

IE6 position:fixed

This content is a clich é. The main problem is that IE6 does not support BUG caused by position:fixed. When we search for a solution to the browser failure of this bug, the vast majority of the results are to use position:absolute as an alternative solution, but have we really solved it? No, because when the page is long, drag the scroll bar, that fix place also flashes accordingly. Although it will eventually be close to the goal of the demand, it will not. So how to solve this problem?

The reason for this problem is that the absolute position of the fixed element is relative to the HTML element, and the scroll bar is the body element (it seems that the difference between them in ie6 lies in the boundaries of the scroll bar). Knowing the reason, we probably know how to solve the problem:

Yes, just add a code like this. Now take a look at the complete page code:

IE6position:fixed * {padding:0; margin:0;} # fixed {background-color:#ddd; border:1pxsolid#aaa; position:fixed; right:0; top:0;} FIXED, is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

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