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

Introduction to Semantic HTML Tags

In the past few years, DIV+CSS was very popular in...

Listen directive example analysis in nginx

Plot Review In the previous article, we analyzed ...

HTML structured implementation method

DIV+css structure Are you learning CSS layout? Sti...

Detailed installation and configuration of MySql on Mac

1. Download and install Download the community ed...

Native javascript+CSS to achieve the effect of carousel

This article uses javascript+CSS to implement the...

Detailed explanation of when javascript scripts will be executed

JavaScript scripts can be embedded anywhere in HT...

How to install OpenSuse on virtualbox

The virtual machine is installed on the host mach...

Let's talk about the difference between containers and images in Docker

What is a mirror? An image can be seen as a file ...

Vue basic instructions example graphic explanation

Table of contents 1. v-on directive 1. Basic usag...

How to Easily Remove Source Installed Packages in Linux

Step 1: Install Stow In this example, we are usin...

Theory: The two years of user experience

<br />It has been no more than two years sin...

How to implement communication between Docker containers

Scenario: A laradock development environment (php...

How to load the camera in HTML

Effect diagram: Overall effect: Video loading: Ph...

Detailed explanation of how to restore database data through MySQL binary log

Website administrators often accidentally delete ...