You have your right column nested inside your left column.
The code you sent reads as:
<div class="container"> <div class="span-6 prepend-1">
<div class="menu"></div>
<div class="span-16 append-1 last"> </div>
</div>Missing a second </div> after the menu to close the column. ----- Original Message ----- From: ?*.¸Steven¸.?*¨ To: [email protected] Sent: Monday, January 18, 2010 1:53 PM Subject: [BP #3761] Invisible column Hi, The layout is very simple; the left column for a vertical menu and the right column for SlideShowPro but there is the third invisible column after the right column and the third one pushed the right column under the menu column. I tried to figure out to get rid the invisible column. Probably, some extra divs. I checked all divs and it's fine. <div class="container"> <div class="span-6 prepend-1"> </div> <div class="span-16 append-1 last"> </div></div> I cannot copy all of the code -- it's long -- I can send an attachment of it, but the moderator won't allow it. So email me offline if you want to take a look at it. I would much appreciate! Thanks, Steven ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en. ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.432 / Virus Database: 270.14.149/2630 - Release Date: 01/18/10 07:35:00--
You received this message because you are subscribed to the Google Groups "Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
