Hi all,
Here is an issue I'm struggling with:
Problem: The home page with slide show & content renders properly in Firefox, Chrome, IE8-9...but not IE7 (I'm using the compatibility browser view in IE9 instead of an actual IE7 and I assume it's the same) - why?
My guess: IE7 is handling the float property differently....For some reasonand their inner div blocks are floating up past the slideshow in IE7.<div id="front-page-content-wrapper"><div id="content2-head">What I Do...<div id="content3-head">My clients...</div>
Site link showing the problem in IE7 (use IE7 browser to view problem): http://www.binarywebpark.com/
Summary code snippet: Because the site is built in drupal (and there are divs within divs within divs...), I thought it might be easier if I post a simplified version of the code....Essentially:
Thanks in advance for any help.Code:<div id="page-wrapper"><div id="page"> <div id="main-wrapper"><div id="main" class="clearfix<?php if ($main_menu || $page['navigation']) { print ' with-navigation'; } ?>"> <!--BEGIN custom trim --> <div id="border-trim"></div> <!--END custom trim --> <div id="content" class="column"><div class="section"> <a id="main-content"></a> <!--BEGIN print slide show on front page, 10/6/11 Thurs --> <div id="slide_show"> <?php print render($page['slide_show']); ?> </div> <!--END print slide show on front page, 10/6/11 Thurs --> </div></div><!-- /.section, /#content --> <!--BEGIN custom content if front page, 10/4/11 Tues --> <div id="simpleclearblock"></div> <!--BEGIN custom trim --> <div id="border-trim"></div> <!--END custom trim --> <div id="front-page-content-wrapper"> <div id="content2-head"> What I Do <div id="content2"> <?php print render($page['content2']); ?> </div> </div> <!-- /.section, /#content2 --> <div id="content3-head"> My Clients <div id="content3"> <?php print render($page['content3']); ?> </div> </div><!-- /.section, /#content3 --> <?php endif; ?> <!--END custom content if front page, 10/4/11 Tues --> <?php print render($page['navigation']); ?> </div></div><!-- /.section, /#navigation --> <?php endif; ?> </div></div><!-- /#main, /#main-wrapper --> </div></div><!-- /#page, /#page-wrapper -->


Reply With Quote



Actually, reading the browser stats for Sep 2011 (
Bookmarks