|
|
|
|
|
by masswerk
1277 days ago
|
|
While numerous websites settled for a fixed width indeed (I think, this was mostly a US school of thinking), responsive designs were somewhat doable with table layouts. What you couldn't do was a general change of element order etc. (However, you could respond in JS using `document.write()` on first render.) E.g. (this was a demo installation for a brandable horoscope service, not exactly 1999, but from 2000): https://www.masswerk.at/demo/easyphone/ |
|