span-24 is special cased so that it doesn't require a last. On Mon, Oct 20, 2008 at 6:24 AM, JOHN COOPER <[EMAIL PROTECTED]> wrote:
> not sure if this will fix it as i haven't tested in FF3 but I think your > missing a 'last' > > > <div class="container showgrid"> > <div class="span-24 last"> <!-- change --> > Header > </div> > <div class="span-4"> > Left sidebar > </div> > <div class="span-16"> > Main content > </div> > <div class="span-4 last"> > Right sidebar > </div> > </div> > > > > On 17 Oct 2008, at 22:47, GregF wrote: > > > I did a search for Firefox 3 in this group and could find nothing > about this problem. In this very simple test layout, Safari and Opera > on OS X renders as expected by Firefox 3 does not: > > <div class="container showgrid"> > <div class="span-24"> > Header > </div> > <div class="span-4"> > Left sidebar > </div> > <div class="span-16"> > Main content > </div> > <div class="span-4 last"> > Right sidebar > </div> > </div> > > In Firefox 3.0.3, the text "Right Sidebar" is pushed 10 pixels over > into the light blue showgrid, instead of at the beginning of the grid. > In the other two browsers, the text aligns at the beginning of the > grid. > > Is anyone aware of this problem, its cause, and a cure? > > Thanks, Greg > > > > > > > > John Cooper > > [EMAIL PROTECTED] > > www.atomicshed.com > blog.atomicshed.com > > twitter.com / del.icio.us / flickr.com / ATOMICSHED > KAPOW.ME limited edition prints'n stuff > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
