CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   DIV being shifted down in IE (http://www.codingforums.com/showthread.php?t=276196)

emarinuk 10-11-2012 11:17 PM

DIV being shifted down in IE
 
Hello,

I am fairly new to CSS. I am trying to create this page: http://www.yuanhai.com.hk, but in IE the content of the main DIV gets shifted down. Tried a few things already but none has worked so far.

Thanks in advance,

E

fireplace_tea 10-12-2012 06:47 AM

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. :p


All times are GMT +1. The time now is 04:25 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.