Home arrow Style Sheets arrow Building a Three-Column Web Page Layout with DIV-Based CSS Tables
STYLE SHEETS

Building a Three-Column Web Page Layout with DIV-Based CSS Tables


DIV-based CSS tables deserve more usage than they receive; Microsoft's web browser doesn't support them, which may explain why they're not more popular. That looks set to change with IE 8, however. To help you keep up with the times, this four-part article series shows you how to build CSS tables. This second part of the series demonstrates how to use CSS tables to build a typical three-column web page.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
January 06, 2009
TABLE OF CONTENTS:
  1. · Building a Three-Column Web Page Layout with DIV-Based CSS Tables
  2. · Review: a two-column liquid design with CSS tables
  3. · Building a three-column web page layout with CSS tables
  4. · Finishing the three-column web page layout

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Building a Three-Column Web Page Layout with DIV-Based CSS Tables
(Page 1 of 4 )

Introduction

With the release of the beta version of Internet Explorer 8, it seems that the dreams of many web designers will come finally true, since Microsoft’s browser will offer good support for CSS tables. And it's about time, too; such support has been available for a long time from other products, such as Mozilla Firefox and Safari.

But what are CSS tables, actually? Well, if you read the first part of this series, you may remember that I demonstrated how to take advantage of the functionality of CSS to build a basic web page layout comprised of a two-column CSS table.

In plain words, a CSS table is simply a group of divs which are rendered as common table elements, including cells, rows and even entire wrapping tables. By taking this approach, it’s possible to build entire div-based layouts, without having to deal with the complexities of utilizing floating divs.

Unfortunately, CSS tables aren’t fully supported by Internet Explorer 7 and below, which limits the current use of this technique. However, having such a promising future thanks to the improvements incorporated into the beta version of IE 8, it’s time to take a close look at the functionality of CSS tables, even when there’s a long wait ahead of us.

Now, speaking more specifically, in this second chapter of the series, I’ll be showing you how to use this useful approach, in order to create a typical three-column web page layout, without having to code any floating divs!

Are you ready to learn how to use the power of CSS tables to create this typical web design? Let’s get going!


blog comments powered by Disqus
STYLE SHEETS ARTICLES

- CSS Combinators: Working with Child Combinat...
- CSS Combinators: Using General Siblings
- Intro to CSS Combinators
- CSS Semicircles and Web Page Headers
- Drawing Circular Shapes with CSS3 and Border...
- More CSS Pagination Link Templates
- CSS Pagination Links
- Animated CSS3 Image Gallery: Advanced Transi...
- CSS3 Animated Image Gallery: Transitions
- CSS3 Properties: Fixed Heights with box-sizi...
- CSS3 Properties: Altering Strokes and 3D Eff...
- CSS3 Properties: Text-Stroke
- CSS3 Transitions: Width and Height Properties
- Creating a Drop Down Menu in CSS3
- Intro to CSS Transitions

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials