These divs will float side by side to create columns. This is div 1 with a little text to give it some height...
This is div 2 with a little more text so it's a different height than the other two... adding a little more text here makes now this column the longest.
This version uses the Alsett clearing method which uses the CSS :after psuedo-class to add content and force the container to enclose the floats, and only requiers a class to be added to the markup, instead of a "clearing" element. An important thing to note here is that IE will automatically (even though this is not correct behaviour) enclose the floats without the clearing of the divs within the container. It is always wise to test your pages in other browsers first, then go into IE and perform tweaks that might need to be made.
Big John and Holly "hack" Bergevin's Site.

I highly suggest that you research BigJohn and Holly's site. There are many articles that explain lots of bugs that IE tends to have. All bugs are very well document in his articles.

If you go to the css creator forums site you will find an article on the clearing method that is used on this page. I highly suggest that you go to the links within this page to read the articles that are on them.