VerticalPanel background-image

2010-06-25 Thread kais blah
Hi, Please how to set a background-image for VerticalPanel and the sub widgets of the VerticalPanel will be on top. also a background-image of the PushButton. Thanks Regards, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: VerticalPanel background-image

2010-06-25 Thread aditya sanas
I can tell you about the background image to the button as you can set it by changing attached style name to your custom one as .mystyle{ background-image:url('imagePath.jpg'); display : block; } and attach this style to ur buttton using setStyleName(mystyle); this will do for