|
|
|
|
|
by lwhi
1633 days ago
|
|
Up until CSS was a viable thing, people built websites in a very different way to our modern approach. In order to get things to line up, everything was put in a table with invisible borders. If there was a gap, a transparent spacer.gif image was used to plug it. A lot of people liked this way because it was easy to understand, and they were used to it .. but we were effectively hacking the main semantic purpose of a table element to use it for layout ... .. also there was no separation between the presentation and content layers. CSS Zen Gardens signalled a turning point, and was designed to help show the power provided by CSS. |
|