View Single Post
Old 12-20-2012, 06:30 PM   PM User | #4
javanewbie7
Regular Coder

 
Join Date: Oct 2010
Posts: 121
Thanks: 25
Thanked 0 Times in 0 Posts
javanewbie7 is an unknown quantity at this point
Quote:
Originally Posted by Excavator View Post
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" -->

That worked. Thanks to you both!
javanewbie7 is offline   Reply With Quote