Yup :) Except that I have a bit of a problem making the icons show up on the tabs ;D
I am trying to make it work with...
private Label image = new Label();
private String inStyle = "blob";
private String outStyle = "blib";
... and...
.blib {
background: url(../images/emotion_unhappy_small.png) no-repeat left;
width: 50px;
}
.blob {
background: url(../images/emotion_happy_small.png) no-repeat left;
width: 50px;
}
But no icons show up... until I change to for instance...
private Label image = new Label("*Sigh*");
Hmm :)
-- 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.
