Всем привет! Горизонтальное меню уезжает вниз в Опере 9.27 (и подозреваю, что в других операх тоже). Ознакомиться можно здесь http://mitille.jino-net.ru/, тестю. Что бы такого впендюрить в цсс чтобы все было ок? #header1 { width: 100%; height: 48px; position: relative; /*float: left;*/ /*overflow: auto;*/ } #header2 { position: relative; top: -40px; /*left: auto;*/ width: 201px; height: 196px; margin: 0 auto; /*margin:-20px -20px -20px -20px;*/ /*padding: 0px 0px 0px 0px;*/ /*float: top;*/ /*overflow: hidden;*/ } #menu { width: 1080px; height: 47px; margin: 0 auto; padding-top: 0px; padding-left: 0px; /*overflow: auto;*/ /*overflow-y: hidden;*/ /*overflow-x: auto;*/ } #menu ul { margin: 0; padding-top: 0px; list-style: none; line-height:48px; } #menu li { padding: 0; margin: 0; float: left; height: 47px; } #menu a:link { margin: 0; display: block; width: 200px; height: 44px; padding-top: 0px; text-decoration: none; text-transform:uppercase; text-align: center; font-family: Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; border: 0px solid; background: url(images/static_button.png) no-repeat; /*letter-spacing: 0.5px; the distance between the letters*/ } #menu a:visited { color: #ffffff; background: url(images/static_button.png) no-repeat; text-decoration: none; } #menu a:active { color: #ffffff; background: url(images/hover_button.png) no-repeat; text-decoration: none; } #menu a:hover { color: #ffffff; background: url(images/hover_button.png) no-repeat; text-decoration: none; } #menu .current_page_item a { background: url(images/hover_button.png) no-repeat; color: #ffffff; } #menu .current_page_item a:hover { background: url(images/hover_button.png) no-repeat; color: #ffffff; } <div id="header1"> </div> <div id="header2"> <img src="images/logo_main.png" alt="hello!" /> </div> <div id="menu"> <ul> <?php $menuItems = array("Who we are" => "who", "Register" => "register", "Terms" => "terms", "Clients" => "clients", "Company" => "company"); foreach($menuItems as $key => $value) { echo "<li id = \"".$value."\">"; echo "<a href=\"java script:changePageContent('".$value."')\" onfocus=\"this.blur()\">".$key."</a></li>"; } ?> </ul> </div> Поможите чем можите! спасибо)