• Resolved hijirik

    (@hijirik)


    Hi, my blog site is working fine everywhere else, but IE 7. It looks like it’s loading everything at first and then, when everything loads, everything disappears and leave just the background image and nothing else:

    https://heartfish.com

    Do you have any idea why it’s doing this?

    Thank you sooooo much for your help in advance!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You have code errors (div tags can’t go in a tags or h4 tags). Your AddThis button code also contains errors.

    This could a problem:

    <!--[if IE]>
      <link rel="stylesheet" href="/wp-content/themes/xeiro/style_ie.css" type="text/css" media="screen" />
    <![endif]-->

    Change the link code to be:

    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style_ie.css" type="text/css" media="screen"/>

    Thread Starter hijirik

    (@hijirik)

    Thank you for your reply, I really appreciate your help.

    I’m trying to fix the code, but if div tags can’t go in a tags or h4 tags, then where could it go?

    <h4 class=”heading”><div style=”padding-top:15px”><?php the_time(‘l, F jS, Y’); ?></div></h4>

    If I move the div and placed it out of h4, it won’t show up right on my FireFox….

    thank you!!!!

    Try using

    <span style=""></span> instead of <div>

    to achieve your desired effect.

    Thread Starter hijirik

    (@hijirik)

    oh, okay. We tried:

    <h4 class=”heading” style=”padding-top:15px”><?php the_time(‘l, F jS, Y’); ?></h4>

    and it seems like it’s working…

    I actually use Mac and I can’t really test it on IE 7 until my husband gets home… could you view it again and see if it’s working yet?!?!

    https://heartfish.com

    THANK YOU!!!!!

    Thread Starter hijirik

    (@hijirik)

    Thank you everyone for your help.

    It was actually the PNG fix thing I had for IE 6 — not knowing that doesn’t work with IE 7…

    As soon as I took it out, it worked and I have stylesheet for IE 6 so I just used gif and different image for IE 6 since it can’t display PNG as transparent.

    Thank you so much!!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘My site goes BLANK when viewed in IE 7’ is closed to new replies.