Try adding a large z-index number to your CSS style like z-index: 1000; and report back.
On Jun 10, 10:03 am, "[email protected]" <[email protected]> wrote: > I have 2 seperate problems although im sure there related. > > Firstly i have a greyout panel (custom made), that is added to the > RootPanel, the full height and width of the page and has the following > css style: > > .panel-GlassPanel { > background-color: black; > filter:alpha(opacity=50); /** 50% is hardcoded in fade */ > -moz-opacity:.50; > opacity:.50; > > } > > This works perfectly for all elements apart from ListBox which stays > the same colour as it was previously. > > Secondly i have a popup that im fading out by using a timer to slowly > decrease the opacity. again, works great, apart from the list box > which isnt faded at all! any ideas why? > > Im adding the ListBox to a grid on the PopupPanel like so: > > listBox = new ListBox(true); > grid.setWidget(0, 0, new Label("Roles: ")); > grid.setWidget(0, 1, dropBox); > > Its like it has styles that are unnessacerily overriding its parent > elements. (i say unnessacery but perhaps theres a good reason?) > > Thanks in advance, > Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
