Не раз замечал проблему с Фоксом, он как ненормальный сдвигает текст чуть ниже других браузеров. Как будто margin-top неравен нулю....
вот код:
CSS:
.hl_2{ display:inline;}
ul{padding-left: 0px;
margin-left: 7px;}
.hl_2 a
{
-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;
padding-top: 7px; padding-bottom: 7px;
padding-right: 12px;
padding-left: 12px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
font: 19px abc; color:#fff;
text-decoration:none
}
.hl_2 a:hover{color:#aaa;text-decoration:none; background-color: #f00;}
.hl_2 li{display: inline-block}
HTML:
<table border="0" width="980" height="44" cellspacing="0" cellpadding="0">
<tr>
<td>
<ul class="hl_2">
<li><a href="!#">Лудшее</a></li>
<li><a href="!#">Клуб Движок</a></li>
</ul>
</td>
</tr>
</table>
Знаете, margin: 0px - не помогает.
По идеи, по вертикали текс должен стоять ровно.
Вот картинка проверенная на пол. версиях браузера.
