Hello! Problem. Some browsers refuse to show the background of a column in a table. Some of these include Chrome, Opera and Maxthon 3. For some reason it seems to me that the problem is in their modern engine. The table code is as follows:
<table cellpadding="0" cellspacing="0" height="120" width="100%" style="background:#0006FF;border-right:1px solid #000000;"> <tr> <td width="310" height="120" style="background:url('/new/logo.png') no-repeat;"></td> <td align="center" style="background:url('/new/topmenubg.png')" class="topLink"></td> <td width="16" style="background:url(/new/topmenubg_end.png) no-repeat"></td> <td width="200" style="background:url(/new/topinfobg.png) no-repeat"></td> </tr> </table>
From this refuses to show the background of this column: Well, what's the problem? Though kill me, but I do not see any mistakes! Or something updated, but I do not know about it? Help!