Hi there,
I downloaded version 0.9 some days ago and started playing.
Unfortunately I keep running into a problem: In a 2-column layout my
second column drops below the first one if I use colborder. This
happens not only with my own sources but even when I'm copying the
entire sample page. Seems to be a problem with the out-of-the-box css
files from the release, doesn't it (though I'm glad if it's just one
of the typical stupid and simple errors everyone produces now and
then). Please ask if I've got to be more specific about my setup.
My code:
----------> Snip
...
<div class="container">
<!-- Should be column 1 -->
<div class="span-5 colborder">
<div class="box">
An info-box
</div>
<blockquote>
Info-Quote
</blockquote>
<p class="box">
Another test-box
</p>
</div>
<!-- Should be column 2 but drops below column 1 -->
<div class="span-17 last content">
Main content
</div>
</div>
I'm grateful for any suggestion.
Thanks
Alex
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---