Daniel Peraza proposed an equalheight solution here:
http://groups.google.com/group/blueprintcss/browse_thread/thread/d5750935de007339/8744e5ed9c9285ec?lnk=gst&q=equalheight#8744e5ed9c9285ec

.equal-height
{
    overflow:hidden;
}

.equal-height > div {
   padding-bottom:32767px;
   margin-bottom:-32767px;
}

Worked great for me until it broke the WordPress single.php template
(in this case, with two columns inside a wrapper div). The content
disappears and the comments form goes to the top of the page.

I'd appreciate some thoughts on making this work with WP. I know
Christian is (or was) a WP guy. Any thoughts?

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

Reply via email to