# Layering ISSUE with HTML/FLASH

**URL:** https://forum.kirupa.com/t/layering-issue-with-html-flash/177278
**Category:** flash
**Created:** [January 31, 2006, 6:36pm UTC](https://forum.kirupa.com/t/layering-issue-with-html-flash/177278 "2006-01-31T18:36:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![birenpatel](https://avatars.discourse-cdn.com/v4/letter/b/e0b2c6/32.png) [@birenpatel](https://forum.kirupa.com/u/birenpatel)
#### Post date: [January 31, 2006, 6:36pm UTC](https://forum.kirupa.com/t/layering-issue-with-html-flash/177278/1 "2006-01-31T18:36:46Z")

</div>

I wanted to know if you can help me out with some LAYERing issue with HTML and FLASH.

Here’s the problem:

I’ve got a .asp page where I placed the new DEPARTMENT’s website. The Content of my work is sitting within \<table\>\</table\> tags…and then the Header/Footers of the website is being placed with the following CODE…

**HEADER**  
\<!-- #include virtual=“apparch/general.asp” --\>  
\<% Sub Content() %\>  
\<!–Do not modify content above this line–\>

**MYCONTENT**

\<table\>Our Department’s WEBSITE\</table\>

**FOOTER**  
\<%  
Administrator = “Bill Ross”  
PageTitle = “Manufacturing Services”  
%\>  
\<!–Do not modify content below this line–\>  
\<% End sub %\>

NOW what’s happening is that…the Menu from the HEADER is a dropdown. Probably done with Javascript…and when I roll over the menu…it’s being **HIDDEN behind the my FLASH MOVIE.** So my flash is SITTING on TOP of the actual DROP DOWN…  
HOW DO I GET THE DROP DOWN to GO OVER my FLASH. I think it’s a LAYERING ISSUE. but I can’t FIGURE it out…PLEASE HELP!! Thanks!
