|
|
|
| Столкнулся с прелестями оперы и фаерфокса (и за что их так любят?)
В ИЕ все выглядит идеально:
http://preved.epoha.ws/screenIE.gif
А в опере как всегда не обошлось без ошибок:
http://preved.epoha.ws/screenOP.gif
Ошибки:
1) полоса под логотипом
2) полоса, разрубает градиенты
// подозреваю, что обе полосы связаны с каким-то косяком в TR //
3) страница не растягивается на 100% по высоте
Прилагаю код:
<table class='top_section' width=100% height=66 cellspacing=0>
<tr width=100%>
<td width=174><img src=top1.jpg></td>
<td colspan=2 background=top3.jpg><img src=top2.jpg></td>
</tr>
</table>
<table class='top_section' height=100%>
<tr height=14>
<td width=183 rowspan=2 valign=top bgcolor=3667AC>
{LINKS}
</td>
<td width=17><img src=g2.jpg></td>
<td background=gg.gif></td>
<td width=17><img src=r_g2.jpg></td>
<td width=183 rowspan=2 valign=top bgcolor=3667AC>
{POLL}
</td>
</tr>
<tr height=100%>
<td width=17 background=gv.gif></td>
<td class='default_menu'>
{NEWS}
</td>
<td width=17 background=r_gv.gif></td>
</tr></table>
|
Выдержки из ксски:
.top_section {
width: 100%;
background-color: #fff;
text-decoration: none;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px;
}
.default_menu {
vertical-align: top;
}
|
| |
|
|
|
|
|
|
|
для: Season
(24.08.2006 в 03:27)
| | Спасибо за кучу содержательных ответов, вылечил сам.. рецепт такой:
<table class='top_section' height=100%>
<tr height=14>
<td width=183 rowspan=2 valign=top bgcolor=3667AC>
{LINKS}
</td>
<td width=17 rowspan=2 background=gv.gif valign=top><img src=g2.jpg></td>
<td background=gg.gif></td>
<td width=17 rowspan=2 background=r_gv.gif valign=top><img src=r_g2.jpg></td>
<td width=183 rowspan=2 valign=top bgcolor=3667AC>
{POLL}
</td>
</tr>
<tr height=100%>
<td class='default_menu'>
{NEWS}
</td>
</tr></table>
|
| |
|
|
|