Dear Colleagues,
I have a client who wants some nav menu items on top of a flash head banner that fades in several pictures. My problem is I cannot get the flash object to respond to z-indexing so that the nav menu "sits on top" of the banner so when moused over, the drop down menu items are "on top" of the flash banner; they appear "below" the banner which is useless.
I isolated as much relevant code as possible in the following basic layout:
<div id="banding">
<div id="headnav">
<ul id="nav1">
<li><a href="index.html">Home</a></li>
<li><a href="about.html" onmouseover="mopen('about')" onmouseout="mclosetime()">About Us</a>
<div id="about" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
<a href="test.html">Testimonials</a>
<a href="team.html">Our Team</a>
<a href="bus.html">Business History</a>
</div><!--end about div-->
</li>
<li><a href="contact.html" >Contact Us</a>
</ul>
</div><!--end headnav-->
<div id="flashpic">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="150" title="titlepictures">
<param name="movie" value="images/headpicture3.swf" />
<param name="quality" value="high" />
<embed src="images/headpicture3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="150"></embed>
</object></div><!--end flashpic-->
</div><!--end banding-->
does anyone have any suggestions??
Thanks in advance.
captsig


27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="150" title="titlepictures">
Reply With Quote


Bookmarks