Thread
:
DIV being shifted down in IE
View Single Post
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
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
View Public Profile
Find More Posts by fireplace_tea