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

JavaScript pre-analysis, object details

Table of contents 1. Pre-analysis 1. Variable pre...

Example of implementing translation effect (transfrom: translate) with CSS3

We use the translate parameter to achieve movemen...

IE8 uses multi-compatibility mode to display web pages normally

IE8 will have multiple compatibility modes . IE pl...

MySQL storage engine basics

In the previous article, we talked about MySQL tr...

Detailed instructions for installing mysql5.7 database under centos7.2

The mysql on the server is installed with version...

Use vertical-align to align input and img

Putting input and img on the same line, the img ta...

Install Ubuntu 18 without USB drive under Windows 10 using EasyUEFI

1. Check BIOS First check which startup mode your...

Solve the problem that vue project cannot carry cookies when started locally

Solve the problem that the vue project can be pac...

Creating a Secondary Menu Using JavaScript

This article example shares the specific code of ...

How to control the startup order of docker compose services

summary Docker-compose can easily combine multipl...

A must-read career plan for web design practitioners

Original article, please indicate the author and ...

React Native environment installation process

react-native installation process 1.npx react-nat...