So I should be considered a backend guy. The problem is that I don't know what is the different from backend and frontend and the two things are actualy the same one.
Anyway, this is a rant. Who was that crazy guy that suggested to abandon the HTML table and adopt divs? Cmon it's embarrassingly hard to create a table with autofit and div!!!
Have you tried "display: table" and friends? They do the trick for me, as long as you don't care about IE 6 and 7.
ReplyDeleteOtherwise... you know, sometimes a table is just a table.
You want to have a look at this: http://www.csszengarden.com/ .
ReplyDeleteGo through some of the designs and notice that the HTML is always the same. Now do this with tables!
www.960.gs , it's possible without framework, but it's stupid.
ReplyDelete- If the content is tabular, use the table tag.
- If it's for layout, use a div-based framework like 960.gs