back
5 comments
Kids, you have no idea how much better we have it now!

Back then, there wasn't a reasonable reliable cross-browser way to get single pixel collapsed table borders. If you wanted to have such a thing, you'd need to nest the table inside another table with a single cell for the background color. But Netscape had awful table rendering performance. The more content in the table, the longer Netscape would take to sit there and render it, scaling disproportionately. The nesting just made it worse! This was also in the days before reflow. If you resize the viewport, Netscape would redraw the entire page from scratch!

  Tables? What are tables?
Posted from NCSA Mosaic
Now they do them with grids.
I so wish grids could have come a decade sooner. I would never had had to deal with trying to turn a table into a grid layout tool!
It would have saved the decade where tables were the 'bad' way to layout a webpage, but you had to figure out how to do with different combinations of block and inline block.

    spacer.gif
Oh my god. That just fired a neuron in my brain that hasn't been active in almost 30 years I think. I literally forgot I programmed with that at one point!
"Designing Killer Websites" FTW! I'm glad these days are long gone now.
>I'm glad these days are long gone now.

Uhhh... you might want to look at the code that HN emits. :'D