# Problem with Drop Down Menu displaying on top of Flash Banner

**URL:** https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355
**Category:** Uncategorized
**Created:** [August 4, 2004, 6:39pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355 "2004-08-04T18:39:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Indian](https://avatars.discourse-cdn.com/v4/letter/i/c0e974/32.png) [@Indian](https://forum.kirupa.com/u/Indian)
#### Post date: [August 4, 2004, 6:39pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/1 "2004-08-04T18:39:28Z")

</div>

I have a drop down menu for my navigation and I have a flash file right underneath. Now, I’ve a problem I cannot see my drop down menu because the flash file covers it. I could solve this issue for IE and NN 7 but cannot figure it out for NN 6.

Can you please help?

Thanks!

Indian

---

<div class="post-metadata">

### Author: ![jammyman34](https://avatars.discourse-cdn.com/v4/letter/j/7ea924/32.png) [@jammyman34](https://forum.kirupa.com/u/jammyman34)
#### Post date: [August 5, 2004, 9:35pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/2 "2004-08-05T21:35:33Z")

</div>

> [@Indian](#):
>
> I have a drop down menu for my navigation and I have a flash file right underneath. Now, I’ve a problem I cannot see my drop down menu because the flash file covers it. I could solve this issue for IE and NN 7 but cannot figure it out for NN 6.
> 
> Can you please help?
> 
> Thanks!
> 
> Indian

Here is a solution for putting layers on top of a SWF file, enjoy:

add this param to your code:  
\<!–c1–\>

```auto
 
<param name="wmode" value="transparent" />

```

and here:

```auto
<embed src="flash/headV2.1.swf" wmode="transparent" quality="high"...

```

\<!–c2–\>  
\<!–ec2–\>  
and that should do it, hope that helps.

jammy

---

<div class="post-metadata">

### Author: ![jammyman34](https://avatars.discourse-cdn.com/v4/letter/j/7ea924/32.png) [@jammyman34](https://forum.kirupa.com/u/jammyman34)
#### Post date: [August 5, 2004, 10:01pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/3 "2004-08-05T22:01:29Z")

</div>

add this param to your code:

```php
<param name="wmode" value="transparent" />

```

and here

```php
<embed src="flash/headV2.1.swf" wmode="transparent" quality="high"... 

```

Hope that helps 🙂

jammy

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 5, 2004, 10:50pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/4 "2004-08-05T22:50:17Z")

</div>

I fixed the broken code tags jammyman. I think the code tag didn’t react well with the HTML, but PHP seems to work just fine 🙂

---

<div class="post-metadata">

### Author: ![jammyman34](https://avatars.discourse-cdn.com/v4/letter/j/7ea924/32.png) [@jammyman34](https://forum.kirupa.com/u/jammyman34)
#### Post date: [August 7, 2004, 9:43pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/5 "2004-08-07T21:43:24Z")

</div>

> [@kirupa](#):
>
> I fixed the broken code tags jammyman. I think the code tag didn’t react well with the HTML, but PHP seems to work just fine 🙂

Thanks Kirupa, u da man!

---

<div class="post-metadata">

### Author: ![Indian](https://avatars.discourse-cdn.com/v4/letter/i/c0e974/32.png) [@Indian](https://forum.kirupa.com/u/Indian)
#### Post date: [August 9, 2004, 6:42pm UTC](https://forum.kirupa.com/t/problem-with-drop-down-menu-displaying-on-top-of-flash-banner/118355/6 "2004-08-09T18:42:45Z")

</div>

Jammyman34, it works fine in IE and NS 7 but not in NS 6… Any solution
