Jump to content
  • 0

Неправильно отображается на планшетах (полосит)


Lexo
 Share

Question

Всем привет)

обнаружил тут небольшой баг.. никак не могу понять в чём дело.. может кто сталкивался?

делаю так

таблица в виде рамки растягивается на весь экран

пример тут 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>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Я с таким тоже сталкивался. С чем это связано я так точно и не понял. Могу лишь догадываться, что это связано с округлением дробных значений ширины/высоты блока. Проверить это легко - задайте таблице ширину и высоту жестко в пикселях, а не в процентах и посмотрите что получится. Если я прав, то полосы должны пропасть.

Теперь о том как это лечить: а никак :) Зато на планшетах везде поддерживается border-radius, так что для них можно забить на таблицу и сделать всё одним дивом.

  • Like 1
Link to comment
Share on other sites

  • 0

спасибо) а у вас случайно нет примеров или ссылок на статьи как нужно это делать? ото я с дивами не очень дружу)

http://jsfiddle.net/HKuAC/1/

спасибо) а не знаете нету ли ещё каких-нибудь параметров

цвета контура или тень рамки? чтоб переход красивее был?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy