Witam,
mam problem z tłem wiersza w tabeli. Na wszystkich przeglądarkach (FireFox, IE, Chrome) działa poprawnie:
(IMG:
http://img695.imageshack.us/img695/7973/inne.jpg)
a na Operze nie:
(IMG:
http://img695.imageshack.us/img695/1916/opera.jpg)
<table class="archiwum_table"> <tr class="archiwum_row1"> <td class="archiwum_col1">asdas
</td> <td class="archiwum_col2">asdasd
</td> <tr class="archiwum_line"><td colspan=2></td></tr> <tr class="archiwum_row2"> <td class="archiwum_col1">asdas
</td> <td class="archiwum_col2">asdasd
</td> <tr class="archiwum_line"><td colspan=2></td></tr>
i style.css:
.archiwum_table
{
width: 491px;
margin: 0 0 0 16px;
border: 0px;
}
.archiwum_row1
{
background: url(images/tabele/archiwum/row1.png) repeat-y;
height: 40px;
}
.archiwum_row2
{
background: url(images/tabele/archiwum/row2.png) repeat-y;
height: 40px;
}
.archiwum_line
{
background: url(images/tabele/archiwum/line.png) repeat-x;
height: 3px;
width: 100%;
}
.archiwum_col1
{
background: url(images/tabele/archiwum/right.png) repeat-y;
width: 170px;
padding: 3px 3px 3px 3px;
}
.archiwum_col2
{
background: url(images/tabele/archiwum/left.png) repeat-y right;
width: 321px;
padding: 3px 3px 3px 3px;
}
Próbowałem wszystkiego i nie działa -.-
Pozdr,
Valker
Ten post edytował Valker 18.11.2009, 14:57:27