I am using this menu in a site (
Mother Earth Adult Daycare), which I developed in Firefox 3, but when I refresh it in IE, the bar across the bottom (the one behind the subitems) disappears.
What is happening? Is it the way I am including the movie?
This is my HTML code for the nav:
<div id="nav">
<div id="flashcontent2"> Mother Earth Adult Health Care Center</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("nav.swf", "1", "783", "60", "7", "#eee");
so.addParam("wmode", "transparent");
so.addParam("base", ".");
so.write("flashcontent2");
// ]]>
</script>
</div>
Thanks for your help