Is there any css/layout way we can have equal height columns via 960.gs
right now i have been using jquery equal height script
Any other recommended solution
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try using the
inline-blockcss display type. Depending upon your design that might do the trick, but won’t if you need equal borders or backgrounds.And you could use a
<table>. I know how politically incorrect that is, but tables do work and are not hack. You may need to adjust the<td>style type for cellspacing and padding to get it compatible with thegs.960