Hello,
I have been loving the Blueprint CSS, but cannot work out a few
problems I have been having.

Got a DIV that Spans 11
Within that I have 3 other divs totalling 11

I would expect the divs to appear like

DIV1  DIV2   DIV3        -   with the content limited to its span
value.

But instead I get

DIV1   DIV2
DIV3

here is the code.


<div id="pagecontent_middle" class="span-11 prepend-top">
<h2>Header 2</h2>
<div class="span-5" style="background-color: Blue;">
      testing the span of 5 area from the area of 5 spanning ert ert
ert ert ert ert
</div>
<div class="span-1" style="background-color: Red;">
      one one one one one ert ert ert ert ert ert ert
</div>
<div class="span-5" style="background-color: Green;">
     testing the span of 5 area from the area of 5 spanningert ert ert
ert ert ert ert ert ert er</div>
</div>

If anyone could work out what I am doing wrong, I would really
appreciate it.
Thanks in advance

--

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.


Reply via email to