1. #1
    Ext User
    Join Date
    Mar 2010
    Posts
    6
    Vote Rating
    0
    lencholamas is on a distinguished road

      0  

    Default 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:
    Code:
    toolbar.add({ref: '../newUserButton', iconCls: 'newTb', text: 'New', disabled: false, handler: doNewUser});
    my css reference is this:
    Code:
    .newTb { background-image: url( js/images/tbico/new.ico ) !important;}
    like i said, works in firefox but not in IE. anyone know if I'm doing something wrong?

    thanks

  2. #2
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,169
    Vote Rating
    28
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    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.

  3. #3
    Ext User
    Join Date
    Mar 2010
    Posts
    6
    Vote Rating
    0
    lencholamas is on a distinguished road

      0  

    Default


    Yes I did configure it but still not showing up. Any other suggestions?

  4. #4
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,169
    Vote Rating
    28
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    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.