IE problems

The page is looking fine in FF and Chrome, but it is completely broken in IE.

http://rauge.ee/energiapark/new/

I have no idea where to start fixing it. Any ideas?

Thanks!

Hi, for one thing you don’t have a complete doctype. That fixes most of hte errors.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Next, you are running into IE6’s dobuel float margin bug. Next you need to stop some overlap happening. This patches up the page :slight_smile:

#maincol{overflow:hidden;zoom:1;position:static;}
#banner{margin-top:0;}
.otsing{display:inline;}