Witam!
Mam taki kod:
<table width="100%" cellpadding="0" cellspacing="0" border="1"> <td style="background-image: url(/kModule/img/kSkin03.gif); background-repeat: no-repeat;" width="169" height="55"></td> <td style="background-image: url(/kModule/img/kSkin04.gif); background-repeat: no-repeat;" width="205" height="55"></td> <td style="background-image: url(/kModule/img/kSkin05.gif); background-repeat: repeat-x; width: auto;" height="55"></td> <td style="background-image: url(/kModule/img/kSkin05.gif); background-repeat: repeat-x;" width="276" height="55"></td> <td style="background-image: url(/kModule/img/kSkin06.gif); background-repeat: no-repeat;" width="14" height="55"></td> <td style="background-image: url(/kModule/img/kSkin07.gif); background-repeat: no-repeat;" width="169" height="28"></td> <td style="background-image: url(/kModule/img/kSkin08.gif); background-repeat: no-repeat;" width="205" height="28"></td> <td style="background-image: url(/kModule/img/kSkin09.gif); background-repeat: repeat-x; width: auto" height="28"></td> <td colspan="2" style="background-image: url(/kModule/img/kSkin10.gif); background-repeat: no-repeat;" width="290" height="28"></td>
Teraz działa w obu przeglądarkach, w momencie kiedy border="0" działa tylko na Operze, na Firefoxie się sypie...

dlaczego?
Jeśli to komuś pomoże to wystarczyło dodać: <div> </div>
Kod wygląda następująco:
<table width="100%" cellpadding="0" cellspacing="0" border="0"> <td style="background-image: url(/kModule/img/kSkin03.gif); background-repeat: no-repeat;" width="169" height="55"></td> <td style="background-image: url(/kModule/img/kSkin04.gif); background-repeat: no-repeat;" width="205" height="55"></td> <td style="background-image: url(/kModule/img/kSkin05.gif); background-repeat: repeat-x; width: auto;" height="55"><div> </div></td> <td style="background-image: url(/kModule/img/kSkin05.gif); background-repeat: repeat-x; width: auto;" height="55"><div> </div></td> <td style="background-image: url(/kModule/img/kSkin06.gif); background-repeat: no-repeat;" width="14" height="55"></td> <td style="background-image: url(/kModule/img/kSkin07.gif); background-repeat: no-repeat;" width="169" height="28"></td> <td style="background-image: url(/kModule/img/kSkin08.gif); background-repeat: no-repeat;" width="205" height="28"></td> <td style="background-image: url(/kModule/img/kSkin09.gif); background-repeat: repeat-x;" height="28"></td> <td colspan="2" style="background-image: url(/kModule/img/kSkin10.gif); background-repeat: repeat-x;" width="290" height="28"></td>