HomeWeb Front-endHTML TutorialThe newbie has another problem, IE6 layer overlapping problem, please help me if you know how to do it..._html/css_WEB-ITnose
The newbie has another problem, IE6 layer overlapping problem, please help me if you know how to do it..._html/css_WEB-ITnose
What does it look like when it is finally generated to the browser?
It looks OK and normal. But if the navigation layer is on top, the click link on the left cannot be clicked in IE6, because it is covered by that layer. If the navigation layer is on the bottom, and the mouse moves to the navigation, those secondary drop-downs will be covered... ...As for the content of the sub-page you mentioned... there are many sub-pages, I don’t know how to describe them, but most sub-pages have a side menu on the left
By the way, the brother on the third floor thanked you last time. , and I'm curious to ask...what kind of cells are those behind your avatar? Or a virus? Or something?
Nothing more than div, z-index. If coverage occurs, just adjust the z-index. Special note is that if the child content is covered, you need to adjust the z-index of the parent tag or the parent tag of the relative covering tag at the same level.
;
id=1 and id=2 are at the same level. If id3 is covered by id2, it is useless to just adjust the z-index of id3
, just adjust id1. The floating menu is actually the position:relative package of position:absolute, which implements the menu.
But is this really a relationship between z-index? Because I tried to adjust the layer position of the floating menu, but no matter how I adjust it, one layer will be covered by another layer in IE6, which cannot be like IE8... Yesterday, my colleague said that maybe IE8 has that transparency or something. ie6 doesn't have it...
By the way, thank you to the brother on the third floor last time. Also, I'm curious to ask... what kind of cells are those behind your avatar? Or a virus? Or something? It must be the influenza A virus. I posted this a long time ago and almost forgot about it
Has the poster’s problem been solved?
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,
This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect
The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.
The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159
Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.
The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex
The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati
This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit