Y
Hacker News
new
|
ask
|
show
|
jobs
by
meric
5072 days ago
Do you have to use <table>?
3 comments
leviathan
5072 days ago
that's precisely his question I guess; can you do this in HTML5 and CSS without resorting to javascript hacks?
link
ge
5072 days ago
Right, im looking for a pure HTML 5 + CSS solution. Just like it is in quirks mode.
link
jbranchaud
5072 days ago
IMO, the use of <table> should be avoided in a solution, tables are not intended for page layout.
link
ge
5072 days ago
I just need this layout. With or without a table. As long as it looks and behaves the same.
link