Viewing 3 replies - 1 through 3 (of 3 total)
  • No, we don’t want to see it. But we want you to search: it has been asked zillion times. Do a search for “IE sidebar down”.

    I liked to see it… and for me, it looks the same in firefox as in ie6.

    In the Page Template move one of the last 2 </div> tags above <?php include(TEMPLATEPATH.”/sidebar.php”);?> that will get the sidebar out of the maincolumn wrapper. That will fix everything ??

    <div id=”wrap”>
    <div id=”content”>

    <div id=”contentleft”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1>” rel=”bookmark”><?php the_title(); ?></h1>
    <?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php endwhile; else: ?>

    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>

    </div>
    <?php include(TEMPLATEPATH.”/sidebar.php”);?>
    </div>

    <!– The main column ends –>

    <?php get_footer(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with sidebar in IE’ is closed to new replies.