On Fri, Nov 20, 2009 at 1:50 PM, Phillip Senn <[email protected]> wrote:
> 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.

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

--

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=.


Reply via email to