(no title)
sqircles | 2 months ago
Absolute positioning wasn't available until CSS2 in 1998. This is just a table with crafty use of align, valign, colspan, and rowspan.
sqircles | 2 months ago
Absolute positioning wasn't available until CSS2 in 1998. This is just a table with crafty use of align, valign, colspan, and rowspan.
thecr0w|2 months ago
I'm keeping it in for now because have made some good jokes about the mistake in the comments and I want to keep that context.
sqircles|2 months ago
DocTomoe|2 months ago
Like the web was meant to be. An interpreted hypertext format, not a pixel-perfect brochure for marketing execs.
masswerk|2 months ago
(Fun fact, the most amazing layout foot-guns, then: Effective font sizes and line-heights are subject to platform and configuration (e.g., Win vs Mac); Netscape does paragraph spacing at 1.2em, IE at 1em (if this matters, prefer `<br>` over paragraphs); frames dimensions in Netscape are always calculated as integer percentages of window dimensions, even if you provide absolute dimensions in pixels, while IE does what it says on the tin (a rare example), so they will be the same only by chance and effective rounding errors. And, of course, screen gamma is different on Win and Mac, so your colors will always be messed up – aim for a happy medium.)
jeanlucas|2 months ago
what?