Arghh No clearing the float doesn’t do it. The problem is the VERTICAL placement of the heading and the content, which in IE7 overlaps the head
The problem must be in the code below somewhere. Or in the CSS - http://nyimc.pmhclients.com/index.php/site/site_css
Help would be appreciated
note: the embedded menus template has one table in it. No divs, no anything but a table with the menus and the header graphic
- - - - -
<div id=“wrapper”>
<div id=“blog-header”>
<div id=“blog-header-text”>
{embed="site/menus"}
</div>
<br class=“clear” >
</div>
<div id=“content-wrapper”>
<div id=“content”>
<! - - -CONTENT——- - —LIMIT TO ONE DISPLAY - - - - - ->
<div class=“post”>
<div class=“post-summary”>
<h1>Brooklyn Family Sangha</h1>
</div></div>
{exp:weblog:entries weblog="{my_weblog}” orderby=“order_listed” sort=“desc” limit=“10”}
<! -—- - - - -—- —BLOG POSTS——- - - - - - - - - - - - - - - ->
<div class=“post”>
<div class=“post-summary”>
{groupname}
{sitttinggrouptime}
{coursefee}
{groupdescription}
</div></div>
<!—end .post—>
{/exp:weblog:entries}
</div>
<div id=“sidebar”>
/nyisys/images/brooklynbridge.jpg
/nyisys/images/quote2.gif
<br class=“clear” >
<div class=“sidebar-block about”>
</div>
<div class=“sidebar-block”>
<h3 class=“sidebar-header”>Search</h3>
{exp:search:simple_form search_in="everywhere"}
<input type=“text” name=“keywords” value=”” class=“input” size=“18” maxlength=“100” />
<input type=“submit” value=“submit” class=“submit” /></p>
Advanced Search
{/exp:search:simple_form}
</div>
</div>
</div>
<div class=“clear”></div>
</div>
<!—close #content-wrapper—>