You need the magic word "last" in the thrid div to have 11 spans and 10 gutters instead of 11 spans and 11 gutters. The extra gutter makes the last div too wide to fit the remaining space so it has to wrap.
----- Original Message ----- From: "Stradle" <[email protected]> To: "Blueprint CSS" <[email protected]> Sent: Thursday, December 03, 2009 6:51 AM Subject: [BP #3624] What am I doing wrong? - Span-11, splitting columns up > Hello, > I have been loving the Blueprint CSS, but cannot work out a few > problems I have been having. > > Got a DIV that Spans 11 > Within that I have 3 other divs totalling 11 > > I would expect the divs to appear like > > DIV1 DIV2 DIV3 - with the content limited to its span > value. > > But instead I get > > DIV1 DIV2 > DIV3 > > here is the code. > > > <div id="pagecontent_middle" class="span-11 prepend-top"> > <h2>Header 2</h2> > <div class="span-5" style="background-color: Blue;"> > testing the span of 5 area from the area of 5 spanning ert ert > ert ert ert ert > </div> > <div class="span-1" style="background-color: Red;"> > one one one one one ert ert ert ert ert ert ert > </div> > <div class="span-5" style="background-color: Green;"> > testing the span of 5 area from the area of 5 spanningert ert ert > ert ert ert ert ert ert er</div> > </div> > > If anyone could work out what I am doing wrong, I would really > appreciate it. > Thanks in advance > > -- > > 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.426 / Virus Database: 270.14.91/2542 - Release Date: 12/03/09 07:32: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.
