On 23 March 2010 15:14, Christian Montoya <[email protected]> wrote: > On Mon, Mar 22, 2010 at 4:54 PM, da <[email protected]> wrote: >> We just ran into an issue where we found out that, at times, certain >> parts of our page layout may be empty. For instance, we have a left >> column of span-6 that, at times, may not actually contain HTML. >> >> Empty blueprint span-x divs will 'collapse' when empty, so it shifts >> everything after that over. > > This is basic browser behavior. Putting in default content is usually > the way I solve this problem, but another option is to apply a > min-height to all your divs... though this won't work in IE 6 and > below. > > -- > -- > 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=en. > >
height behaves the same as min-height in IE6 -- 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.
