Try removing the border from the div tag. Blueprint is pixel perfect. The borders are making the containers too wide to fit on one row so the flow to the "next row."
On Mon, Mar 1, 2010 at 11:16 AM, badnaam <[email protected]> wrote: > Shouldnt box1, box2 and box 3 be on the same row with the code below. > Same for right/keft nav and content. But none of them appear to. I am > using the latest standard 950px layout on firefox. > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > <head> > <title> > BP > </title> > > <link rel="stylesheet" href="css/screen.css" type="text/css" > media="screen, projection"/> > <link rel="stylesheet" href="css/print.css" type="text/css" > media="print"/> > <!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ > ie.css" type="text/css" media="screen, projection"/><![endif]--> > <style type="text/css"> > div { > border: solid 1px; > } > /* .container { > border: dashed 1px; > } > */ > .main_content_image { > /* height: 250px; > width:950px;*/ > } > </style> > </head> > > <body> > <div class="container"> > <div class="span-24 last"> > Header > </div> > > <!--<div class="span-24">--> > <div class="span-8"> > Box1 > </div> > <div class="span-8"> > Box2 > </div> > <div class="span-8 last"> > Box3 > </div> > <!--</div>--> > > <!--<div class="span-24">--> > <div class="span-4"> > Left sidebar > </div> > > <div class="span-16"> > Main content > </div> > <div class="span-4 last"> > Right sidebar > </div> > > <!--</div>--> > <!--</div>--> > > <div class="span-24 last"> > Footer > </div> > </div> > > </body> > </html> > > -- > 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]<blueprintcss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/blueprintcss?hl=en. > > -- Brett Stoppel Telos Studios [email protected] | 785-218-4493 -- 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.
