Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript drop-down not displaying contents

Status
Not open for further replies.

alohaaaron

Programmer
Mar 27, 2008
80
US
Hi, I downloaded this script (there is a sample on this page) It works fine by itself in its own page but if place it in the web page above a flash flash object, the javascript contents of the menus do not display. Basically they won't display in front of the flash object. Is it possible to get this to work where the contents of the javscript menu will display (over) the flash object?

Thanks,
Aaron
 
Thanks. It works partially. The drop down menus work but it stops the flash playing in IE. In Firefox there is no change. The flash still plays but the menus don't drop down over the flash object. Here is my code, thanks!

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" height="169" width="760">
<param name="movie" value="frontpage4.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="index_files/frontpage4.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" height="169" width="760">
</object>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top