Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE9 – Background Image Issue

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #40570
    vin308
    Member

    Hi I have embedded waiting symbol while file uploading, its working fine with mozilla, but not with IE9.
    Below is the code, plz help me out.


    #container_loading {
    height: 100px;
    width: 100px;
    color: #bbb;
    border: 4px solid #444;
    padding: 12px;
    background: url("../img/basic/loading.gif") no-repeat scroll center top !important;
    }
    #113180
    Paulie_D
    Member

    Can you provide a link?

    #113235
    vin308
    Member

    Hi Paulie thanks for reply.
    I can’t provide you the link as I am not allowed to such thing but can give the access of my machine through Teamviewer.
    Thanks in advance!

    #113237
    Paulie_D
    Member

    Nope.

    All I can suggest is that you create a reduced case in Codepen

    #113244
    vin308
    Member

    what is reduced case?

    #113246
    Paulie_D
    Member

    You put as much html/css/js in as you need to demonstrate the problem.

    #113249
    vin308
    Member

    [check my code and help me](http://codepen.io/anon/pen/avGwF “Code pen link”)

    #113257
    Paulie_D
    Member

    Ok…that’s not going to work unless you find some way of linking the actual images.

    If you can’t link directly to your site you will have to find some other way of getting them on a web server.

    I use Photobucket.

    #113260
    vin308
    Member

    is there any specific way for inserting image for IE?

    #113263
    Paulie_D
    Member

    Nope. We’ll just look at the completed code in IE.

    #113264
    vin308
    Member

    if u checked my code then whats wrong with code for IE

    #113277
    Paulie_D
    Member

    Look…until we see it working ( or not) in say, Chrome, how do we know your code is right?

    There’s certainly some stuff in there I don’t recognise.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘CSS’ is closed to new topics and replies.