Tutorial #1

0 views
Skip to first unread message

Phillip Senn

unread,
Nov 20, 2009, 1:50:56 PM11/20/09
to Blueprint CSS
http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/

If you add the following to tutorial #1, the layout goes haywire:

<div class="column span-4">
Nothing here:
</div>
<div class="column span-20 last">
</div>


If there is a non-breaking space in the right div, then it's ok.
<div class="column span-20 last">
&nbsp;
</div>

But I know there's got to be a css solution rather than putting a non-
breaking space in the source page.

Christian Montoya

unread,
Nov 20, 2009, 2:45:47 PM11/20/09
to bluepr...@googlegroups.com
This tends to be a browser problem. Some browsers will not render an
element if it's empty. This makes it behave as if the element is not
there. I've seen this problem in a lot of places, not just with
Blueprint stuff.

--
--
Christian Montoya
mappdev.com :: christianmontoya.net
Reply all
Reply to author
Forward
0 new messages