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
HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.
HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.
To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...
HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.