Equal height columns by 960.gs framework
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 solutio开发者_运维知识库n
You could try using the inline-block
css 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 the gs.960
精彩评论