Home arrow Style Sheets arrow Creating a Three-Column Liquid Layout with a CSS Framework
STYLE SHEETS

Creating a Three-Column Liquid Layout with a CSS Framework


Web-based frameworks are very popular these days. They provide programmers with a set of reusable components, usually packaged in the form of classes and functions, which allow them to build complex web applications very quickly and with minor efforts. In these tutorials you’ll find an approachable guide to how to build a simple CSS framework that will let you create some typical web page layouts in a very short time, using only a few basic style sheets.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
February 26, 2009
TABLE OF CONTENTS:
  1. · Creating a Three-Column Liquid Layout with a CSS Framework
  2. · Review: the source files of the initial CSS framework
  3. · Coding a brand new CSS file
  4. · Building a three-column liquid layout

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Creating a Three-Column Liquid Layout with a CSS Framework
(Page 1 of 4 )

Introduction

On the server side, solid frameworks like Zend, Code Igniter, Rails and Fusebox, to cite a few, are the preferred tools of many developers nowadays (including myself), particularly when it comes to creating full-featured database-driven programs. However, it’s fair to say that the “framework” concept can also be applied successfully to the client-side area, and more specifically in the terrain dominated by CSS.

It’s perfectly possible to create a CSS framework that permits you to build several types of web page layouts without having to code multiple style sheets over and over again. That's the subject of this series of articles. Of course, here I’m not planning to develop a large CSS framework like Yahoo! Grid CSS, because that would be pretty useless, and it’s out of the scope of this series. No, we're going to build something small but useful.

In the initial chapter of the series, I coded a couple of CSS files, where the first one was used to assign default styles to common elements of a web document, and the second one was utilized for constructing a classical liquid design, composed of two main columns.

In addition, the framework included some additional CSS classes that I used specifically for constructing generic containers and title sections across a web document, in this way abstracting this styling procedure.

This instructive journey has just started, though, since in this second installment of the series, I’ll be discussing how to build a three-column web page layout, by means of this CSS framework.

So, are you ready to learn this topic? Then start reading now!


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 3 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials