That helped, however there's still a problem with the "start button" image (green triangle) showing up on the wrong row.
Here's the update: http://www.naildrivin5.com/bp/busted3/ I looked for other "non-div" type of things, but everything else is a div. I also removed all non-blueprint related classes to see if there was some other problem. No dice. It seems like the "last" class should do something equivalent to a <br clear="all" /> but it doesn't seem like it does. Looking at the stylesheet, it doesn't seem like last does anything at all.... Dave On Tue, Feb 24, 2009 at 12:09 AM, jsmorris <[email protected]> wrote: > > If you wrap your h2 element with > > <div class="span-24 last"> > <h2>Your Work</h2> > </div> > > Is that the look you are looking for? > > On Mon, Feb 23, 2009 at 7:38 PM, David Copeland <[email protected]> > wrote: >> >> I'm not sure I understand what you mean by "the columns should be in >> the source tree", but I changed the markup to >> >> <h2 class="span-24 last">Your Work</h2> >> >> and it didn't seem to have any effect: >> >> http://www.naildrivin5.com/bp/busted2/ >> >> Dave >> >> On Mon, Feb 23, 2009 at 9:30 PM, Christian Montoya <[email protected]> wrote: >>> >>> On Mon, Feb 23, 2009 at 9:05 PM, davetron5000 <[email protected]> >>> wrote: >>>> >>>> http://naildrivin5.com/bp/busted/ >>>> >>>> If I add <br clear="all" /> after each row, it looks how I'd expect: >>>> >>>> http://naildrivin5.com/bp/desired/ >>>> >>>> What is going on here? My understanding was that the "last" class was >>>> used to finish out a row. It rarely does. If I add the "clear" >>>> class, things get more messed up, but a <br clear="all" /> seems to >>>> set things right. What is going on? >>> >>> You can't have: >>> >>> <h2 class="stories">Your Work</h2> >>> >>> Where the "columns" should be in the source tree. If you want it to >>> look as it should, you should make it: >>> >>> <h2 class="stories span-24">Your Word</h2> >>> >>> -- >>> -- >>> Christian Montoya >>> mappdev.com :: christianmontoya.net >>> >>> > >>> >> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
