[tags]css, yui, grids, table, layout[/tags]
I think there are three kinds of people:
People who learned tables for layouts and went to CSS+divs.
People who learned tables for layouts and never needed to learn CSS+divs (or insisted that this was way too complicated)
People who never learned tables.
I would argue in some ways the second class of people are [...]
Filed under css. |
Tags: css && grids && layout && table && yui
[tags]css, jQuery, layout, javascript, equal, columns, equal columns[/tags]
I’ve seen a few examples of how to equalize column heights using javascript, and none of them seem appealing:
jquery.equalizecols.js
This required a few other libraries, and I wanted more flexibility (e.g. where the column should grow in order to equalize)
Project 7
The Project 7 approach was the most interesting, but [...]
Filed under css and programming. |
Tags: columns && css && equal && equal-columns && javascript && jQuery && layout