| Page 1 of 1 | [ 2 posts ] |
|
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 DopazoYUI Contributor
|
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; } |
| Page 1 of 1 | [ 2 posts ] |
| 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 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group