S
SinisterMotives
Guest
Originally posted by eric
Thats a good strategy !
It has worked well. It's easy to get lost in a complex layout consisting of deeply nested tables, and I invariably screw something up when I go back to edit that type of layout months later.

When I want to get really geeky, though, I use all DIVs and apply a lot of JavaScript to dynamically resize them when the user resizes the page. The drawback to that approach is that customers are always wanting to change things, and it sucks having to recalculate a bunch of JavaScript variables to make a "minor" layout adjustment. I've learned my lesson there and usually save the really cool stuff for my personal projects.
