Edytując szablon do phpBB modified by Przemo natknąłem się na problem, otóż tabela źle wyświetlana jest w google chrome, operze natomiast w firefoxie wszystko działa poprawnie. I zwracam się z pytaniem do Was, gdzie jest błąd? Tutaj kod:
*.tpl
<table width="944px" cellpadding="2" cellspacing="0" border="0" class="" style="border-spacing:0 2px; margin-top: -2px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behaviour:url(border-radius.htc);"> <!-- END tablehead --> <!-- BEGIN cathead --> <div style="background-color: red;"> <tr class="cellpic2" style="backgroud: transparent; background-repeat: no-repeat;"> </tr> </div> <!-- BEGIN inc --> <!-- END inc --> <!-- END cathead --> <!-- BEGIN cattitle --> <!-- END cattitle --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <!-- END inc --> <td class="srtlotabeli"> <td class="row1 srtlotabeli" width="600px" height="50" colspan="{catrow.forumrow.INC_SPAN}"> <span class="gensmall"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS} <!-- BEGIN links --> {catrow.forumrow.links.L_LINKS} {catrow.forumrow.links.LINKS} <!-- END links --> <!-- BEGIN forum_link_no --> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <!-- END forum_link --> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <!-- BEGIN inc --> <!-- END inc --> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table>
*.css
.cellpic2 { height: 23px; background: transparent; background-image: url(img/cellpic2.png); }
Dorzucam screeny:
Firefox

Chrome, Opera

Pozdrawiam!