Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35

Issues with milonic menubar


Poster: john1
Dated: Wednesday August 17 2005 - 15:16:04 BST

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.

Re: Issues with milonic menubar


Poster: CheckeredFlag
Dated: Wednesday August 17 2005 - 17:07:33 BST

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