
Web Page Reconstruction with CSS
http://www.digital-web.com/tutorials/tutorial_2002-06.shtml
Schmitt, Christopher
Digital Web Magazine
2002
Abstract:
J. David Eisenberg tried to re-do a Yahoo! weather page in his article titled Converting a Page to CSS. While his attempt was not a complete success, he totally transformed the page's structure and style using contemporary CSS methods. As David says, 'anything worth doing is worth doing again.' The goal of transferring the page to a CSS layout is to get rid of any HTML that's used for presentational purposes in order to achieve the layout. As it is now, the Digital Web layout uses HTML tables for layout purposes and spacer GIFs for spacing and positioning of elements on the Web page. We will be using CSS to replace the JavaScript in the JavaScript rollovers on this page.