Всем привет) обнаружил тут небольшой баг.. никак не могу понять в чём дело.. может кто сталкивался? делаю так таблица в виде рамки растягивается на весь экран пример тут http://lexo.info/x/ имет вид: по углам уголки по бокам фон: лево, право, верх, них если смотреть планшеты apple/samsung появляются полосы вот пример: http://lexo.info/x/Screenshot.jpg код <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="46" height="49" nowrap="nowrap"><img src="files/topleft.png" width="46" height="49" /></td> <td width="100%" nowrap="nowrap" background="files/top.png"></td> <td width="46" height="49" nowrap="nowrap"><img src="files/topright.png" width="46" height="49" /></td> </tr> <tr> <td width="46" height="500" nowrap="nowrap" background="files/left.png"></td> <td align="center" valign="top" bgcolor="#F5F5F5" > </td> <td width="46" nowrap="nowrap" background="files/right.png"></td> </tr> <tr> <td width="46" height="49" nowrap="nowrap"><img src="files/bottomleft.png" width="46" height="49" /></td> <td align="center" valign="top" nowrap="nowrap" background="files/bottom.png"></td> <td width="46" height="49" nowrap="nowrap"><img src="files/bottomright.png" width="46" height="49" /></td> </tr> </table>