I respect that he is trying to show people that using divs can be more flexible for dynamic layouts than using tables, but from my experience using strictly divs and css for the layout just doesn't ever work like expected.
I got the example in the book to work, but upon trying to make some pages of my own that were a bit more complex, I couldn't get div/css to do what I needed it to do, such as having anything docked on the right side of the page, maintaining proper layering, layout, and overflow on stretching pages, and/or not having to use absolute positioning everywhere to get the look I wanted, which gets destroyed with window maximizing/minimizing.
Personally, I ditched the idea for anything other than the book examples. It's opened my eyes to a new way of doing layouts, and once I get to the end of the book to see what neat things he does with it, I'll probably go find a book of css layouts to learn how it's done properly, but until then, I'm sticking with tables.
|