Forums

Images not showing in IE (5 posts)

  1. omgitsdev
    Member
    Posted 12 months ago #

    Hi,

    I'm running http://www.blog.letmeknow.in. The images of the icons on the top right of the header, as well as the top banner are perfect in Firefox and Chrome, but mess up in IE.

    Could someone please advise?

  2. doc4
    Member
    Posted 12 months ago #

    omgitsdev,

    Without having looked at this in IE it might be related to the opacity of .07 used on the icons.

  3. omgitsdev
    Member
    Posted 12 months ago #

    Nope, I've used 'filter:alpha(opacity=70);' everywhere I've needed to as well.
    On top of that, not all of the images that aren't appearing are those which use opacity. Some of them are normal images as well.

  4. doc4
    Member
    Posted 11 months ago #

    omgitsdev,

    Without access to VMWare I won't be able to check this until Monday, but are the images completely missing or is something else going on?

    Just from looking at the code I would suggest moving the social media section "header_right" after "logo_img" like so:

    <div id="headerwrap">
     <div id="logo_img"></div> /* this is the left side */
     <div id="header_right"></div> /* this is the right side */
    </div>

    Now be sure to float both of these styles left and adjust the widths to true image widths so they fit on the same line, using margin to adjust the spacing between and around them.

  5. omgitsdev
    Member
    Posted 11 months ago #

    I don't think that's the issue...

    Any alternate suggestions?

    Here's a picture:

    http://i1117.photobucket.com/albums/k599/omgitsdev/Blog/Untitled.png

Reply

You must log in to post.

About this Topic

Tags

No tags yet.