[ 2 posts ]

John Coady

  • Username: jdc
  • Joined: Fri May 06, 2011 12:44 pm
  • Posts: 18
  • Offline
  • Profile

MenuNav Node over Flash Player

Post Posted: Mon Apr 02, 2012 8:41 am
+0-
I have a MenuNav Node Plugin located above a Flash Player in my html page. I notice that the MenuNav dropdown menu items appear behind the Flash Player so that they are not visible to the user. Is there any way to configure the MenuNav dropdown menu items appear over top of the flash player so that the user can select the menu items.

Juan Ignacio Dopazo

YUI Contributor

  • Username: jdopazo
  • Joined: Fri Oct 02, 2009 5:39 am
  • Posts: 638
  • Location: Buenos Aires, Argentina
  • Twitter: juandopazo
  • GitHub: juandopazo
  • Gists: juandopazo
  • Offline
  • Profile

Re: MenuNav Node over Flash Player

Post Posted: Tue Apr 03, 2012 7:04 am
+0-
You should try fiddling with the z-index. Just add a CSS rule in your own files that overrides the MenuNav z-index:
Code:
.yui3-menu .yui3-menu {
z-index: 1000;
}
  [ 2 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum