Grid Layout

Posted on 10/10/2007 by Matt

Grid Layout via JavaScript. I still don’t get why people are excited about using behavior-controlling scripts for presentation…

This entry was posted in Uncategorized. Bookmark the permalink.

Comments

  • http://danmarvelo.us Dan Conner

    I’ve been meaning to do some reading on this question. I remember reading someone say that you should do your best with HTML / CSS, then plug holes in the presentation with javascript. I think it was Jeremy Keith.

    I love separating the code and purpose, but have used javascript to center a block vertically instead of unreasonable amounts of “presentation” code, or hacks.

    of course, most of the grid layout type stuff can be achieved with HTML / CSS. that seems to be a clearer case of over-reaching javascript.