This works for me.

.gwt-MenuBarPopup {
    z-index: 20000;
}

Manolo Carrasco

On Tue, Aug 25, 2009 at 5:30 PM, osquitranki <[email protected]> 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 = new MenuBar();
>            m.setStylePrimaryName("menuBarC");
>
>              .menuItemC {
>                        font-size: 9pt;
>                        cursor:hand;
>                        z-index:1111111111;
>               }
>
> But doesn’t work.
> How can put the z-index??
>
> Thanks!!!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to