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

Node implements search box for fuzzy query

This article example shares the specific code for...

Detailed examples of Zabbix remote command execution

Table of contents one. environment two. Precautio...

The perfect solution for forgetting the password in mysql8.0.19

Recommended reading: MySQL 8.0.19 supports accoun...

How to use a field in one table to update a field in another table in MySQL

1. Modify 1 column update student s, city c set s...

Three common ways to embed CSS in HTML documents

The following three methods are commonly used to d...

Instructions for using JSON operation functions in Mysql5.7

Preface JSON is a lightweight data exchange forma...

Nginx installation error solution

1. Unzip nginx-1.8.1.tar.gz 2. Unzip fastdfs-ngin...

MySQL triggers: creating multiple triggers operation example analysis

This article uses an example to describe the crea...

JavaScript to filter arrays

This article example shares the specific code for...

How to separate static and dynamic state by combining Apache with Tomcat

Experimental environment Apache and Tomcat are bo...

A brief discussion on common operations of MySQL in cmd and python

Environment configuration 1: Install MySQL and ad...

Summary of 7 pitfalls when using react

Table of contents 1. Component bloat 2. Change th...

How to build a MySQL PXC cluster

Table of contents 1. Introduction to PXC 1.1 Intr...