The following code snippets are from the blueprint office website
Live Demo:
http://blueprintcss.org/tests/parts/grid.html i just rewrite some for
explain my questions,the out div's column is 12,but the nested columns
are 6 + 6 + 12,but i see the example from above link,why the div can
display in a vertical column,i use some img to show my mean:
(e.g
[ [div content1], [div content2], [div content3], ]
)
but i try these code in my test page ,i got the page like this:
[ [div1 content] , [div2 content]
[div3 content]
]
:NOTE:the last div is display on another line,not like the above
<div class="span-12">
<div class="span-6">
<p>this is 6 columns</p>
</div>
<div class="span-6 last">
<p>this is another 6 columns</p>
</div>
<div class="span-12 last">
<p>this is 12</p>
</div>
</div>
thanks all,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---