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

Analyzing ab performance test results under Apache

I have always used Loadrunner to do performance t...

XHTML Getting Started Tutorial: Form Tags

<br />Forms are an important channel for use...

WeChat applet realizes left-right linkage

This article shares the specific code for WeChat ...

Vue uses the method in the reference library with source code

The official source code of monaco-editor-vue is ...

mysql8.0.23 linux (centos7) installation complete and detailed tutorial

Table of contents What is a relational database? ...

What is flex and a detailed tutorial on flex layout syntax

Flex Layout Flex is the abbreviation of Flexible ...

jQuery implements font size adjustment case

This article shares the specific code of jQuery t...

How to use Docker-compose to build an ELK cluster

All the orchestration files and configuration fil...

How to operate json fields in MySQL

MySQL 5.7.8 introduced the json field. This type ...

How to use history redirection in React Router

In react-router, the jump in the component can be...

Use of Linux stat command

1. Command Introduction The stat command is used ...

Linux firewall status check method example

How to check the status of Linux firewall 1. Basi...

Example of how to set WordPress pseudo-static in Nginx

Quoting Baidu's explanation of pseudo-static:...