Hi,
I'm having trouble displaying the icon using setIconCLS. Here is the
code in my CSS :
.test-icon {
background-image: url(../user.gif)!important;
}
It just doesn't show, but if I set a background-color and use the
following :
.test-icon {
background-color: green;
}
I can then see a little green box where the icon is supposed to be.
This tells me that at least it is picking up the CSS style. It's like
it can't find the icon.
I'm using NetBeans 6.5
Any help will be appreciated.
Thanks!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---