Library tutorials & articles
Moving from Tables to CSS
3 steps to CSS heaven
I thought I'd share some ideas on moving from tables based layouts to pure CSS based ones.
If you're here it probably means you already understand the benefits of pure CSS layout: faster download times, improved accessibility and search engine optimisation for example. There are already lots of tutorials on CSS based design, but what most of these articles don't tackle is developing a practical learning process of moving carefully from tables to CSS design.
In this article I'm not going to concentrate on CSS code directly, instead I'm going to show a stepped approach to moving existing sites from tables to CSS, and for starting to include more CSS based design into your workflow.
Why? Because I still think many people find learning to build CSS layout sites from scratch difficult. There's a steep learning curve associated with CSS design, much more so than tables, and getting consistent results across different browsers is tricky, even for the more experienced.
Developing a strategy that allows you to gradually introduce more CSS based design into your development process can ease the frustration, while still allowing you to progress towards better design practices.
Lets take a look at the stages in the process:
You might want to tackle each of these stages by redesigning an existing tables based site in a number of steps, or you might want to try them out over a succession of new websites.
Related articles
Related discussion
-
Header and Footer in Web page print
by fhajaj (4 replies)
-
Horizontal and vertical centering of a Update panel progress bar in a page. How?
by nayyarmalhi (0 replies)
-
Streaming web video
by kruelintent (0 replies)
-
Filter Datagrid using AJAX
by ashish.ubale (0 replies)
-
Dynamic image map for asset management
by DELABRE (0 replies)
Related podcasts
-
Episode 3: Anne van Kesteren on CSS, XHR, and other Web standards
Anne van Kesteren is an Opera Software employee who is deeply involved in the standards community. Just take a look at his page on the WHATWG site and you will see the many specifications that he is actively working on, such as: access-control XMLHttpRequest XMLHttpRequest2 cssom-view css3-media...
Events coming up
-
Dec
8
Web Design World
Boston, United States
Join your colleagues and top experts in the Web field as Web Design World returns to Boston December 8-10, 2008 for three dynamic days of information, interaction, insight and inspiration.
This thread is for discussions of Moving from Tables to CSS.