@Kevin I tried your solution and that works fine. In the grid example there is no premature break. Based on my trials i assume that .last does not mean: this was the last div on this row, but it means: remove the last gutter distance. ergo: lot of wrong examples on the internet.
tnx for the help On 12 apr, 23:00, "Kevin A. Cameron" <[email protected]> wrote: > Did you try the suggestion I sent? > There's nothing in the 'last' class that will break the line for the next > span-4/label. check the grids > examplehttp://www.blueprintcss.org/tests/parts/grid.htmland you can see and > example of nesting spans for a row less that 24 columns wide: > <div class="span-12"> > <div class="span-6"> > <p>blah</p> > </div> > <div class="span-6 last"> > <p>blah</p> > </div> > <div class="span-12 last"> > <p>blah</p> > </div> > </div> > > Kevin > > On Tue, Apr 12, 2011 at 1:04 PM, talldragon <[email protected]> wrote: > > tnx4 the repley > > I tried your idea, but my own target form is much complexer and needs > > specific steering > > > according to the framework the combination > > > span-4 for the label & span-10+last should also break the row. The > > example I used I got from a tutorial @ internet (not my own) > > > see other repliant for more details > > > Andre > > > On 12 apr, 20:22, "Kevin A. Cameron" <[email protected]> wrote: > > > I think Blueprint has a full row of 24 columns. Your label and input > > fields > > > only add up to 14. Put everything in a div with class of 'span-14 last', > > > then the 15th column (the second field) will bump to the next line. > > > > If I deciphered that ASCII art correctly... ;) > > > > Kevin > > > -- > > 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. -- 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.
