Вот код ячейки, в которой я задаю свое меню (div-ы) посредство relative. Суть в следующем значение top основного div.content в браузерах FF и IE отображается поразному. Как сделать для каждого свое оформление или так, чтобы отображались одинаково? <td valign="top" background="http://prokopov-nikolai.ru/application/maxsite/templates/my/images/fon-bottom.jpg" style="background-repeat: no-repeat;"> <div class="gray" style="position: relative; left: -30px; width: 150px; float: right;"> <a style="font-size: 28px;" target="_self" title="О себе" href="/page/about/">О себе</a> </div> <div class="gray" style="position: relative; left: -780px; top: 120px; width: 140px; float: right;"> <a style="font-size: 38px;" target="_self" title="flash" href="/category/flash/">flash</a> </div> <div class="gray" style="position: relative; left: 290px; top: 300px; width: 120px; float: right;"> <a style="font-size: 32px;" target="_self" title="office" href="/category/office/">office</a> </div> <div class="content" style="position:relative; top:-20px; left:200px; height:595px; width:770px; text-align:center;"> <br/> <div style="font-size: 32px; position: absolute; left: 100px; top: 230px;">Богатство мира - в оригинальных людях.</div> <br/> <div style="font-size: 26px; position: absolute; left: 500px; top: 280px;">Томас Карлейль</div> </div> <div class="gray" style="position: relative; left: -780px; top: -40px; width: 80px; float: right;"> <a style="font-size: 30px;" target="_self" title="web" href="/category/web/">web</a> </div> </td>