Home > Web Front-end > HTML Tutorial > How to display div on top of object without being blocked by object animation_HTML/Xhtml_Web page production

How to display div on top of object without being blocked by object animation_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:38:49
Original
1468 people have browsed it

Today I made a menu button. When the mouse is moved to the button, a drop-down submenu function appears. The implementation 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 div of the submenu appears, but is blocked by the object animation and cannot be displayed. I searched online and most of the solutions are not very helpful. Here we recommend a more feasible and simplest method: add in the object tag.

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template