Tag Archive | "CSS"

Object Oriented-Style CSS Inheritance Tip

Sunday, December 14, 2008

0 Comments

I was trying to figure out recently how to apply multiple CSS styles to a single element. What I wanted to be able to do was define a single base style for a particular element, let’s say the P tag, and then define a multitude of differing additional styles for that same tag, like a [...]

Continue reading...

CSS Slicing Guide and XHTML/CSS Page Design Guide

Thursday, August 14, 2008

0 Comments

When I first got into web development, the new layout craze for websites was “table layouts”. The idea that you could slide and organize everything in a grid (using <table> tags) was a godsend for designers. All you had to do was learn how to “slice” your Photoshop mockup into the appropriate squares and they [...]

Continue reading...