Forum Moderators: not2easy
Let's also try to stay clear of our reasons; they've been discussed enough already that I think it's safe to say we'll all automatically understand the reasons behind the votes!
So, short and sweet, what do people use, and when? Remember, no reasons, just simple statements of what method we use! :)
I'll lead off:
As of very recently, I use CSS Positioning as much as possible, but still haven't totally eliminated the use of tables.
A border here, a border there, some padding, a little margin, throw in some alternating background colors, text transformation, and I'm good to go.
mbcx9rvt
I love CSS but tables are also very useful and work without a "fix" for inconsistant CSS issues.
<after thinking a bit>
you could have hundreds of Divs and an outer Div to perform the mouseover effect, thus building a table from Divs. WHY?