z-index in MenuBar

2009-08-25 Thread osquitranki
Hi, I have a MenuBar. I need put the z-index high for not disappear hers MenusItems. I have try with the css MenuBar m = new MenuBar(); m.setStylePrimaryName(menuBarC); .menuItemC { font-size: 9pt;

Re: z-index in MenuBar

2009-08-25 Thread Manuel Carrasco MoƱino
This works for me. .gwt-MenuBarPopup { z-index: 2; } Manolo Carrasco On Tue, Aug 25, 2009 at 5:30 PM, osquitranki oazcar...@gmail.com wrote: Hi, I have a MenuBar. I need put the z-index high for not disappear hers MenusItems. I have try with the css MenuBar m =