How do I make equal columns in CSS?


How do I make equal columns in CSS?

Description: Unfortunately, IE (including IE7) doesn't support the display:table and display:table-cell properties (although Mozilla and other browsers do), therefore if you want to support most browsers then you can't use display:table and need to resort to other methods. This article will present to you a nice cross-browser solution to achieving equal columns with CSS.
Keywords: Posted: 5.03.2007 14:22:07

Related Sites