473,396 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Drop down menu hides behind flash object?

Hey,

I just noticed a little quirk in two different javascript drop-down
menus on two different sites:

On each site, the part of the menu that expands gets hidden behind flash
objects on the page.

Here's an example:

http://www.taedisonhs.org/success/studentWorks.asp

The menu is at the top of the page.

Is this a fact of life, or can it be fixed?

Thanks.
Jul 23 '05 #1
2 2723


When positioning boxes, you want to consider 3 fellas, Select, Flash,
Applets, they all take the topmost z-index on the stack when overlapped
against, the way I've seen it worked-around is by stick them in an iframe
and the overlapper on the parent box of the iframe, or by just hiding it
with .style.visibility or .style.display upon overlapping. I think newest
version of mozilla/firefox/opera got it a bit fixed, but still on older
ones, not any different in IE.

Danny

On Thu, 14 Jul 2005 17:08:10 -0700, Byron <sp*******@dorrk.com> wrote:

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Jul 23 '05 #2


Byron wrote:

On each site, the part of the menu that expands gets hidden behind flash
objects on the page. Is this a fact of life, or can it be fixed?


Plugin contents is usually rendered on top of normal content but for
Flash on the Windows platform (at least there with IE, recent Mozilla
and recent Opera) you can set
<embed wmode="transparent"
src="whatever.swf">
and then CSS z-index works as normal on the embed and other elements in
the page. But that setting affects Flash drawing performance, it
deteriorates.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Webmaster | last post by:
I'm working on a site that will have a typical CSS drop menu appear on all pages. The menu is based on this example: http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones1.html Some...
3
by: Reb | last post by:
Hi, I am using drop down menu in my pages. In one of my page,there is a listbox control below the menu. This listbox control is hiding the drop down menu items. How can i make the drop down...
2
by: Rosanne | last post by:
I have a menu written in javascript. I include that menu on an asp page. The aspx page contains both a listbox and a datagrid. There i one drop down menu that overlaps the place where the...
3
by: spirit | last post by:
Hi all, I have created a javascript manu. In my website the menu and the flash object are kept side by side. It runs properly in IE, but in Mozilla the javascript menu hides behind the flash...
0
by: Czechfish | last post by:
My files are located here: HTML & SWF FLA I am trying to create a multi-tier drop down menu, but I can't get it to work. Maintime line, frame 1 - loads a mc. When you rollover the mc, this...
3
by: bdbeames | last post by:
I have a menu on the right side of my page and a flash object in the center. When a certain option in the menu is select a sub menu pops and floats left. The problem is, depending on the browser...
2
by: Jake Barnes | last post by:
I've been asked to help out with the navigation bar on this page: http://www.thesecondroad.org/ The drop down menu (which is pure CSS, save for a fix for IE) appears behind the Flash module....
2
techtherapy
by: techtherapy | last post by:
Hello everyone. Not sure if I should be posting in the javascript forum, the flash forum, or this one since the problem deals with all three! So my issue is this: My company is updating a...
6
by: mmurphmsu | last post by:
I have created my flash menu, complete with drop down boxes. Published the file so that i can get the html code. But when i try to get the drop downs to work, you can see them. So i make the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.