Помогите разобраться, данный код работает только в IE, в остальных браузерах текст отображается ниже рамки: Код (Text): <html> <head> <title>тест</title> <meta http-equiv="content-type" content="text/html; charset=windows-1251"> <style> body {background: #ffffff; color: #000000; margin: 5px;} body, td {font-family: verdana,tahoma,arial; font-size: 95%;} a {color: #550000;} a:link, a:visited {text-decoration: underline;} a:active, a:hover {text-decoration: none;} input, select, textarea {font-family: verdana,tahoma,arial; font-size: 95%;} .title {font-size: 135%; font-weight: bold; color: #336699;} div.forum-info-box, div.forum-reply-form { border-color: #dae0e7;} table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#fbfcfd; } div.forum-info-box{ padding:0.5em 1.117em; border-width: 1px; border-style: solid; line-height: 1.5em; margin-bottom:1em; zoom: 1; } .paging { white-space:nowrap; } .paging a, .paging strong, .paging span { padding: 0 1em; border-left-style: solid; border-left-width: 1px; float: left; white-space:nowrap; } .paging .first-item, .paging span.pages { border-left: 0; padding-left: 0; } </style> </head> <body> <div class="forum-info-box forum-menu-box"> <div class=""> <div class="paging"> <span class="pages">Страниц</span> <a class="first-item" href="">Первая</a> <a href="">1</a> <a href="/">2</a> <strong>3</strong> <a href="">4</a> <a href="">5</a> <span>…</span> <a href="">8</a> <a href="">Последняя</a> </div> </div> <div class="forum-clear-float"></div> </div> </body> </html>