|
Using CSS “Floating” to Layout
Page Elements
The page shown above was laid
out using CSS, not the typical HTML tables. The images
were placed on the left using the “Float” attribute
of CSS and the background was added using CSS as
well. CSS even pushed the images and text to
the right so you can see the striped green background.
It’s exercises like this one that introduce you to
a whole new world of CSS possibilities you may never
have known ever existed.
 |