Hi all,
I am using a loading gif image in may web application. My application is in
pure gwt. I am adding image to a label using css. It is working fine in IE
but not appearing in FF. Please help me out. Underlying code is..

Css

.gwt-loading{
background-image: url(../images/loading.gif);
background-repeat:no-repeat;
}

GWT Code

Label loading = new Label();
                loading.setStyleName("gwt-loading");
                loading.setSize(110, 110);
                
                panel.add(loading);

Thanks in advance

Regards 
Vaibhav


--~--~---------~--~----~------------~-------~--~----~
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