Just tried something..... You can see this problem on the blueprint sample page at http://blueprintcss.org/sample.html, if you have the Firebug firefox plugin installed.
This plugin lets you edit the css in a "live" view. Just inspect the container div and edit it to be class = "container showgrid". For the 3 boxes of text, notice that the first one is flush with the light blue grid, the second on appears to be offset a few pixels, and the third one appears to be offset a few more pixels. I'm on Mac OS X 10.5 and Firefox 3.03. --Greg On Oct 20, 11:25 am, "Chris Eppstein" <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
