Hi,
I just started using the milonic menubar for one of my website. I have faced few issues while using it.
1. The dropdown menu bar hides behind the flash animation in Netscape browser 7.2. The same is working fine on Internet Explorer 6.0.
2. When the resolution of page is changed the menu bar extends toward the right side of the screen and breaks the layout.
Thanks
John J.
Issues with milonic menubar
-
- Advanced
- Posts: 11
- Joined: Mon Aug 15, 2005 9:19 pm
Re: Issues with milonic menubar
You must make the flash object transparent:john1 wrote:1. The dropdown menu bar hides behind the flash animation in Netscape browser 7.2. The same is working fine on Internet Explorer 6.0.
<object classid....>
<param name="movie" value="flash.swf">
<param name="quality" value="high">
<param name="loop" value="false">
<param name="wmode" value="transparent">
<embed embed src="flash/mainflash.swf" wmode="transparent"...>
</object>
Marco