layout - DIV's vs. Tables or CSS vs. Being Stupid -


i know tables tabular data, it's tempting use them layout. can handle div's 3 column layout, when got 4 nested div's, tricky.

is there tutorial/reference out there persuade me use div's layout?

i want use div's, refuse spend hour position div/span want it.

@garyf: blueprint css has css's best kept secret.

great tool - blueprint grid css generator.

there's yahoo grid css can sorts of things.

but remember: css not religion. if save hours using tables instead of css, so.

one of corner cases never make mind forms. i'd love in css, it's more complicated tables.

you argue forms tables, in have headers (labels) , data (input fields).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -