I find <hr> (horizontal rule) tags to be a nice semantic way to separate or break up content on a page. To give them some style, you can replace them with a nice background image.
HTML / CSS Resources
CSS clearfix: make a floated element automatically fill it’s parent container
February 26th, 2010
2 Comments
Basically this trick ‘fixes’ the problem that occurs when a floated element doesn’t automatically fill out it’s parent container..
Basically this trick ‘fixes’ the problem that occurs when a floated element doesn’t automatically fill out it’s parent container..