View Single Post
Old 10-12-2012, 06:47 AM   PM User | #2
fireplace_tea
New Coder

 
Join Date: Sep 2012
Location: Boulder, CO
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts
fireplace_tea is an unknown quantity at this point
Yup...I certainly see the problem in IE. Try this: for your <div class="text">, create a CSS selector and clear: both, like this:

Code:
.text{
     clear: both;
}
IE really knows how to ruin your day.
fireplace_tea is offline   Reply With Quote