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!