Issues with milonic menubar

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
john1
Beginner
Beginner
Posts: 1
Joined: Wed Aug 17, 2005 3:07 pm

Issues with milonic menubar

Post by john1 »

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.
CheckeredFlag
Advanced
Advanced
Posts: 11
Joined: Mon Aug 15, 2005 9:19 pm

Re: Issues with milonic menubar

Post by CheckeredFlag »

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.
You must make the flash object transparent:

<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
Post Reply