Hello, I tried to set a h1 headline below the 3 orange boxes but IE is bitchin around again. The h1 in IE pulls the left navigation with it. Firefox works fine. There´s the sitehttp://kakapopo.ka.funpic.de/myfilms/index.html There´s the Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Testseite</title> <style type="text/css"> body { text-align:center; font: 100.01% Verdana, Arial, Helvetica , sans-serif; } #container { width: 760px; height: 1000px; text-align:left; margin: 0 auto; } #header { width: 760px; height: 80px; background-color:#FFFFFF; text-align:left; margin: 0 auto; } #greenbar { width: 760px; height: 27px; background-color:#a5bd32; text-align:left; margin: 0 auto; } #navigation { width:155px; text-align:left; margin-top: 0; font-size:12px; float:left; } #naviheadhome { width:155px; height: 25px; text-align:left; margin-top: 3px; font-size:12px; background-color:#5188c0; float:right; } #navibody { width: 155px; text-align:left; background-color:white; color:#333333; font-size: 12px; margin-left:0; float:right; } #navibody ul { list-style:none; margin: 8px 6px auto 5px; padding: 0; } #navibody li { margin: 0 0 5px 0; } #navibody li a:link, #navibody li a:visited { color:#333333; display:block; text-decoration:none; border-bottom: 1px dotted #CCCCCC; } #navibody li a:hover, #navibody li a:active, #navibody li a:focus { color:#a5bd32; text-decoration: none; font-weight:bold; } #naviheadusercenter { width:155px; height: 25px; text-align:left; margin-top: 10px; font-size:12px; background-color:#EF670C; float:right; } *html #naviheadusercenter { margin-top: 5px; } #naviheadtopuser { width:155px; height: 25px; text-align:left; margin-top: 10px; font-size:12px; background-color:#a5bd32; float:right; } #naviheadsonstiges { width:155px; height: 25px; text-align:left; margin-top: 10px; font-size:12px; background-color:#666666; float:right; } #orangeboxes { background-color:#FFFFFF; width: 603px; float:right; margin-top:3px; } #orangeboxes h1 { margin: 10px auto auto 14px; } #orangeboxes img { border: none; margin: 0 0 0 2px; } </style> </head> <body> <div id="container"> <div id="header"></div> <div id="greenbar"></div> <div id="orangeboxes"><a href="index.html"><img src="img/orangebox1.gif" /></a><a href="index.html"><img src="img/orangebox2.gif" /></a><a href="index.html"><img src="img/orangebox3.gif" /></a><h1>Einfuehrung</h1></div> <div id="navigation"> <div id="naviheadhome"></div> <div id="navibody"> <ul> <li><a href="index.html"> - Über Uns </a></li> <li><a href="index.html"> - Info </a></li> <li><a href="index.html"> - Demo </a></li> <li><a href="index.html"> - Registrieren </a></li> <li><a href="index.html"> - Forum </a></li> <li><a href="index.html"> - Kontakt </a></li> <li><a href="index.html"> - Hilfe </a></li> <li><a href="index.html"> - Impressum </a></li> </ul> </div> <div id="naviheadusercenter"></div> <div id="navibody"> <ul> <li><a href="index.html"> - Mein Profil </a></li> <li><a href="index.html"> - Profil verwalten </a></li> <li><a href="index.html"> - Profilsurfen </a></li> <li><a href="index.html"> - Filmsuche </a></li> </ul> </div> <div id="naviheadtopuser"></div> <div id="navibody"> <ul> <li><a href="index.html"> - Über Uns </a></li> <li><a href="index.html"> - Info </a></li> <li><a href="index.html"> - Demo </a></li> <li><a href="index.html"> - Registrieren </a></li> <li><a href="index.html"> - Forum </a></li> <li><a href="index.html"> - Kontakt </a></li> <li><a href="index.html"> - Hilfe </a></li> <li><a href="index.html"> - Impressum </a></li> </ul> </div> <div id="naviheadsonstiges"></div> <div id="navibody"> <ul> <li><a href="index.html"> - Über Uns </a></li> <li><a href="index.html"> - Info </a></li> <li><a href="index.html"> - Demo </a></li> <li><a href="index.html"> - Registrieren </a></li> <li><a href="index.html"> - Forum </a></li> <li><a href="index.html"> - Kontakt </a></li> <li><a href="index.html"> - Hilfe </a></li> <li><a href="index.html"> - Impressum </a></li> </ul> </div> <div id="editorial">fgfggggethhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</div> </div> </body> </html> HTML: Can you gays help me? Thank Bye