View Single Post
Old 12-20-2012, 04:11 PM   PM User | #3
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
In your second example, your layout does not make 3 columns because #content_right is a child of #content_left. If you close #content_left before #content_right then #content_right can be beside #content_left instead of inside it.
Hope that was not too confusing.

Look at what an extra closing tag does -
Code:
                
                   </div>
  <div class="spacer"></div> <!-- note no content -->
</div>
    
</div>        
          <div id="content_right">
            <div class="full_sponsors">               </div>
            <!-- InstanceBeginEditable name="feature_section" -->
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Users who have thanked Excavator for this post:
javanewbie7 (12-20-2012)