Posts Tagged ‘css floats’
Floating and Clearing with CSS tutorial
Tuesday, October 14th, 2008
Floating is something that is used a lot in CSS. The name is pretty self explanatory. I wrote up a little demo of using float and clear.
The actual concept of floating isn’t too bad, but it is understanding how to use floats to accomplish things like columns that can be a little confusing. I’m going to do a tutorial/demo in which we make a complete website using HTML and CSS in order to demonstrate some of these concepts a little better.
I included all of the style in the header of the HTML document so just view the source of it to see the CSS classes I used, and what went into them.
Tags: clear, css floats
Posted in CSS | 2 Comments »
