Jump to content
  • 0

font-size внутри таблицы и Opera


kacnep
 Share

Question

Доброго времени суток!

Столкнулся с проблемой, которая слегка меня обескуражила: пытаюсь заверстать табличку мелким шрифтом (8px) - и FF, Chrome и IE9 отображают её как надо, по уму, а красавица Opera выставляет по каким то своим соображениям font-size: 9px и отказывается уменьшать шрифт независимо от применяемых единиц и размера (даже 1pt выставлял). При этом фактический размер шрифта даже 9px не соответствует, он очевидно больше:

h_1312984160_2726602_0ed4f24d89.png

А так табличка выглядит в остальных браузерах:

h_1312984550_5317037_7b2d11d209.png

CSS:


.block table {
margin: 0;
width: 150px;
}

.block tbody {
font-size: 8px;
}

.tb-num {
text-align: right;
width: 12px;
}

.tb-clubname {
padding-left: 3px;
width: 100px;
}

.tb-games {
width: 20px;
text-align: center;
}

.tb-score {
width: 20px;
text-align: center;
}

HTML:


<table>
<tr>
<td class="tb-num">1</td>
<td class="tb-clubname">Металлург-Кузбасс</td>
<td class="tb-games">16</td>
<td class="tb-score">35</td>
</tr>

<tr>
<td class="tb-num">2</td>
<td class="tb-clubname">Динамо Барнаул</td>
<td class="tb-games">16</td>
<td class="tb-score">34</td>
</tr>
<!-- и ещё много <tr> -->
</table>

Все это находится на _http://fc-smena.kacnep.ru/

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy