Maybe instead it would be easier for you to use an AbsolutePanel? This lets you place widgets over other widgets.
So youd give the absolute panel the css property of a background you want, then simply place the button and labels ontop. (labels by default, have a transparent back). On 28 feb, 09:31, Raju <[email protected]> wrote: > Hi,I am new to gwt.Actually my intension is adding a username label > and text field as well as password label and text field to an image > (this image seems to be back ground image ). > I tried throgh css file but its fail. > I did like this > ----------------- > in css file i gave like this > > background:transparent url(../myimages/raju/login_bg1.jpg) repeat-y > repeat-x center 0; > > its working for only label individually > but my requirement is all the username field and password field and > login button are have to add background image . > > any body help me ... > thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
