Forums

[resolved] My site goes BLANK when viewed in IE 7 (7 posts)

  1. hijirik
    Member
    Posted 3 years ago #

    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:

    http://heartfish.com

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

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

  2. iridiax
    Member
    Posted 3 years ago #

    You have code errors (div tags can't go in a tags or h4 tags). Your AddThis button code also contains errors.

  3. iridiax
    Member
    Posted 3 years ago #

    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"/>

  4. hijirik
    Member
    Posted 3 years ago #

    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!!!!

  5. pastorcox
    Member
    Posted 3 years ago #

    Try using

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

    to achieve your desired effect.

  6. hijirik
    Member
    Posted 3 years ago #

    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?!?!

    http://heartfish.com

    THANK YOU!!!!!

  7. hijirik
    Member
    Posted 3 years ago #

    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!!!!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags