This might help:
http://groups.google.com/group/gwt-ext/browse_thread/thread/d37dadd945b707da/f2c1e4b91aa2352c?lnk=gst&q=Dariusz#f2c1e4b91aa2352c
Dariusz
On Sun, Oct 19, 2008 at 9:47 AM, Palietta <[EMAIL PROTECTED]> wrote:
>
> Are you setting custom icon classes in your own css file?
>
> If so, I don't know if it helps, but you may want to add the !
> important keyword at the end of the background-image property in your
> css file.
>
> On 19 Ott, 05:17, Kwame <[EMAIL PROTECTED]> wrote:
> > I'm trying to display icons on my Panels and Tabs etc using
> > setIconCls('icon-name')
> > However the Widget is displayed without any icon. I've looked at my
> > ext includes, and it has this structure:
> >
> > js
> > ext
> > /adapter
> > /resources
> > ext-all.js
> > ext-all-debug.js
> > ext-core.js
> > ext-core-debug.js
> >
> > ...then I have these in the html page:
> >
> > <link type="text/css" rel='stylesheet' href='js/ext/resources/css/ext-
> > all.css'/>
> > <script type="text/javascript" src="js/ext/adapter/ext/ext-base.js"></
> > script>
> > <script type="text/javascript" src="js/ext/ext-all.js"></script>
> >
> > What could I possibly be doing wrong?
> >
> > Thanks.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---