Overview
Imagine you have created a div that includes a floating element along with some content. Below the floated div is another div that
is used to clear the float. In any modern browser everything works fine. However, when you test the page in
IE 6, none of the content next to the floated element is visible. If you minimize and then restore the browser or sroll up and down the
content suddenly appears. No wonder why it is called a Peekaboo Bug. The demo above demonstrates this bug, try viewing this page in IE 6. This bug has a little brother disappearing content bug read the solution for that bug since it is a bit cleaner and might be sufficient in your case.