Thanks for your fast response! I am very new to gwt, so I may be wrong, but from what I understand you need to use gwt-ext to change the z index of components. I am trying to only use standard gwt. If it is in fact possible to change the z index with standard gwt then I have not been able to find how to do it. I am using eclipse for my project and I have tried the "order" > "send to back" option for the label in the design window, but this does not solve the problem.
As for solution 2, I do need some of the features that PushButton provides, such as the UpHovering property, so I am not sure that that is a viable option. So, is it possible to change the z-index in standard gwt? Or is there another way to solve my issue? Thanks On Jul 21, 10:46 am, Jeff Larsen <[email protected]> wrote: > Solution 1. Change the z index of the button to have it be on top of the > text. > > Solution 2: Use Button instead of PushButton and create a SafeHtml Template > for your text+image. (this is the better option if you don't need all the > stuff that PushButton provides) -- 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.
