An IE crash bug

An IE crash bug

Copy code
The code is as follows:

<style type="text/css">
#ab{margin:0 25px;position:relative;border:1px solid;
font:bold;text-decoration:none;list-style:none;}
a:hover{display:block;color:#000;width:50px;}
#cd{display:none;}
a:hover #cd{
display:block;background:#edecdc;
border:1px solid #f3f3f8;
padding:10px 20px;color:#009933;
}
</style>
<a href="" title="" id="ab">
Try moving here!
<span id="cd">Here is the prompt information!</span>
<span id="cd">Here is the prompt information!</span>
</a>
<a href="" title="" id="ab">
Try moving here!
<span id="cd">Here is the prompt information!</span>
<span id="cd">Here is the prompt information!</span>
</a>
<!--
1. The menu should be wrapped in <a></a>, because IE6 only supports a:hover effect
2. a:hover to open display:block:
3. Selectors should be related to each other, such as: a#cd:hover span{}
4. Use table
-->

<<:  Detailed steps for deploying Tomcat server based on IDEA

>>:  css add scroll to div and hide the scroll bar

Recommend

ElementUI implements the el-form form reset function button

Table of contents Business scenario: Effect demon...

Meta viewport makes the web page full screen display control on iPhone

In desperation, I suddenly thought, how is the Sin...

Detailed explanation of the initialization mechanism in bash

Bash Initialization Files Interactive login shell...

Introduction to scheduled tasks in Linux system

Table of contents 1. Customize plan tasks 2. Sync...

View the frequently used SQL statements in MySQL (detailed explanation)

#mysql -uroot -p Enter password mysql> show fu...

Summary of a CSS code that makes the entire site gray

In order to express the deep condolences of peopl...

Common ways to optimize Docker image size

The Docker images we usually build are usually la...

Detailed explanation of how to use Node.js to implement hot reload page

Preface Not long ago, I combined browser-sync+gul...

Details on how to write react in a vue project

We can create jsx/tsx files directly The project ...

How to configure Nginx's anti-hotlinking

Experimental environment • A minimally installed ...

Explanation of the steps for Tomcat to support https access

How to make tomcat support https access step: (1)...

Detailed explanation of semiotics in Html/CSS

Based on theories such as Saussure's philosop...