This is a migrated thread and some comments may be shown as answers.

Megadropdown disappearing in firefox over a flash object

2 Answers 34 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Tanuj
Top achievements
Rank 1
Tanuj asked on 05 Nov 2010, 10:56 PM
i am using the megadropdown menu, it works fine in IE 6.0,7.0,8.0 but not in firefox, please help.

just below the menu, there is a flash object, in firefox when we mouse over the megadropdown it automatically disappears as though there is a timeout., the strange thing is if the megadropdown extends in height beyond the height of the flash object(height:233px), if you mouse over quickly on the lowest part of the megadrop down, it stays intact without disappearing, but when we mouse over the upper part of the megadropdown (where you can see the flash object in the background), the menu disappears.

the z:index of the flash object is '0' and the z-index of the menu is 7000, again it works fine in IE, but not in firefox.
http://208.109.170.81/Create/Adults/Classes/Drawing---Painting.aspx

thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 11 Nov 2010, 10:55 AM
Hello Tanuj,

You should set higher z-index to "SubPageTwoColMenu" class:

.SubPageTwoColMenu {
  float:left;
  position:relative;
  width:952px;
  z-index:7000;
}

please try it and let us know how it goes.

Best regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Tanuj
Top achievements
Rank 1
answered on 11 Nov 2010, 07:34 PM
thank you, it worked
Tags
Menu
Asked by
Tanuj
Top achievements
Rank 1
Answers by
Yana
Telerik team
Tanuj
Top achievements
Rank 1
Share this question
or