-
7 Apr 2010 5:45 AM #1
Image Icons Not Showing Up in IE
Image Icons Not Showing Up in IE
I'm having issues rendering icons in IE specifically (works in firefox). Can anyone help? or know if this is a known issue?
Using Ext.Toolbar like this:
my css reference is this:Code:toolbar.add({ref: '../newUserButton', iconCls: 'newTb', text: 'New', disabled: false, handler: doNewUser});
like i said, works in firefox but not in IE. anyone know if I'm doing something wrong?Code:.newTb { background-image: url( js/images/tbico/new.ico ) !important;}
thanks
-
8 Apr 2010 8:57 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
did you configure Ext.BLANK_IMAGE_URL?

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
8 Apr 2010 10:24 AM #3
Yes I did configure it but still not showing up. Any other suggestions?
-
8 Apr 2010 10:43 AM #4Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
use fiddler and debug bar to figure out what's goin gon.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.


Reply With Quote