Hi
why does BP code uses a div specifically to float:left in the span-x
code?
the code from BP is:
div.span-1...div.span-24 {float:left;margin-right:10px;}
this means you can't use span-x on a none div element.
for example:
<h1 id="a" class="span-6">h1</h1>
does not span 6 columns
and is note floated since the float:left code is specifically for
divs.
Is it right that you cannot use span-x on a none div element?
Thanks for any reply
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---