I think you are seeing them as different lengths because the colborders are only as long as the div they are next to.
This has caused me problems in the past when I have one short div on the left (with a colborder) and a long div on the right. I do not know of a way to easily fix this but I am not really a blueprints expert. General Question: Is there a way to append a colborder on the right hand div (the taller one) instead of adding it to the left hand div that is shorter? Is there a way to ensure that the col border is the height of the taller div -- in the case where the content is dynamic and you can't tell which div will be taller. Sunny On Thu, Oct 22, 2009 at 8:53 AM, j.L <[email protected]> wrote: > > i find something in joshuaclayton-blueprint-css-016c911/tests/parts/ > sample.html by firefox(3.5.3) > > code : > <div class="span-7 colborder"> > <h6>Here's a box</h6> > <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do > eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad > minim veniam, quis nostrud exercitation ullamco laboris nisi ut > aliquip.</p> > </div> > > <div class="span-8 colborder"> > <h6>And another box</h6> > <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do > eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad > minim veniam, quis nostrud exercitation ullamco laboris nisi ut > aliquip ex ea commodo consequat laboris nisi ut aliquip.</p> > </div> > > > they all use "colborder" but their height is not the same (firefox > 3.5.3) > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
