In this article I’m going to completely cover layout and positioning with Cascading Style Sheets and xHTML. If you haven’t read/viewed my xHTML W3C Tutorial or my Adding CSS Style to HTML article, you should do that first.
It is very important to enclose all of your code into a series of block elements....
The Box Element
In the last article, I showed you how to style just about everything with Cascading Style Sheets. In this article I’ll cover everything there is to know about the box element.
CSS treats everything as if it was a box. Every box has the following properties:
Content Area: Which holds all of...
Using CSS to Style your Site
If you have watched my HTML Tutorials your probably asking yourself, “When is he going to talk about CSS?” Well, today is the day. Cascading Style Sheets (CSS) are used to completely control the look and feel of your website.
When HTML was merged with xml to become xHTML, CSS...