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

26 Commonly Forgotten CSS Tips

This is a collection of commonly used but easily ...

10 Popular Windows Apps That Are Also Available on Linux

According to data analysis company Net Market Sha...

Exploring the Linux Kernel: The Secrets of Kconfig

Get a deep understanding of how the Linux configu...

Detailed steps to install Nginx on Linux

1. Nginx installation steps 1.1 Official website ...

How to gracefully and safely shut down the MySQL process

Preface This article analyzes the process of shut...

A brief talk about calculated properties and property listening in Vue

Table of contents 1. Computed properties Syntax: ...

How to implement Docker container self-start

Container auto-start Docker provides a restart po...

A brief discussion on Linux virtual memory

Table of contents origin Virtual Memory Paging an...

How to underline the a tag and change the color before and after clicking

Copy code The code is as follows: a:link { font-s...

Why should you be careful with Nginx's add_header directive?

Preface As we all know, the nginx configuration f...

Analysis of MySQL user management operation examples

This article describes the MySQL user management ...

jQuery clicks on the love effect

This article shares the specific code of jQuery&#...

The hottest trends in web design UI in 2013 The most popular UI designs

Time flies, and in just six days, 2013 will becom...

Explanation of the steps for Tomcat to support https access

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

How to prevent computer slowdown when WIN10 has multiple databases installed

Enable the service when you need it, and disable ...