View Single Post
  #5 (permalink)  
Old 12-06-2008, 06:13 PM
kazzyOK kazzyOK is offline
WebProWorld New Member
 
Join Date: Dec 2008
Posts: 4
kazzyOK RepRank 0
Unhappy Re: Another IE7 CSS problem

Basic structure of the site is like this:
<div #main>
<div #header>
<div .content>
<img> // this is the crusher picture -------------------------------
<div class="clear"></div>
</div> // end of .content
</div> // end of #header>
<div #middle>
<div .indent>
<div .column1> // this is where those texts are -----------------
</div> // end of .column1
</div> // end of .indent
</div> // end of #middle
</div> // end of #main
So some how, #middle clashes into #header....

Last edited by kazzyOK; 12-06-2008 at 06:20 PM.
Reply With Quote