How to display div on object without being blocked by object animation

How to display div on object without being blocked by object animation
Today I made a menu button. When you move the mouse to the button, a drop-down submenu will appear. The implementation method is to put the submenu into a div and add a hover function to the menu button. But there is a div under the menu button, which contains an object tag and a flash animation. When the mouse moves to the menu button, the submenu div appears, but it is blocked by the object animation and cannot be displayed. I searched online and found that most solutions were not very helpful. Here we recommend a more feasible and simple method: add <param name="wmode" value="transparent"> in the object tag.

This method has limitations: it works for IE8, but not for Firefox or Google Chrome.

<<:  FlashFXP ftp client software registration cracking method

>>:  Solve the problem of mysql's int primary key self-increment

Recommend

JS calculates the probability of winning based on the prize weight

Table of contents 1. Example scenario 1.1. Set th...

Summary of various methods for Vue to achieve dynamic styles

Table of contents 1. Ternary operator judgment 2....

A brief analysis of how MySQL implements transaction isolation

Table of contents 1. Introduction 2. RC and RR is...

In-depth explanation of the impact of NULL on indexes in MySQL

Preface I have read many blogs and heard many peo...

Detailed explanation of how to use the Vue date time picker component

This article example shares the specific code of ...

Detailed steps for setting up host Nginx + Docker WordPress Mysql

environment Linux 3.10.0-693.el7.x86_64 Docker ve...

JavaScript explains the encapsulation and use of slow-motion animation

Implementing process analysis (1) How to call rep...

mysql join query (left join, right join, inner join)

1. Common connections for mysql INNER JOIN (inner...

JavaScript data structure bidirectional linked list

A singly linked list can only be traversed from t...

How to prevent users from copying web page content using pure CSS

Preface When I was typing my own personal blog, I...

A practical record of encountering XSS attack in a VUE project

Table of contents Preface Discover the cause Cust...