Jump to content
  • 0

"Умные" таблицы


Raf
 Share

Question

Подскажите пожалуста как сделать чтобы при высоком разрешении таблица занимала все окно браузера, при уменьшении разрешения сжималась, но до определенного значения, после достижения которого она сжиматься прекращала.

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

Начинаю сжимать окно, а таблица все равно сжимается полностью

<table cellspacing="0">

<tbody>

<tr>

<td width="5"></td>

<td width="7"></td>

<td background="vline1.gif" width="2"> </td>

<td style="width: 897px; min-width: 300px; height: 70px;" background="ncentr.gif"><img src="title.gif" align="left"></td>

<td background="ncentr.gif" width="182"><img src="title2.gif"></td>

<td style="width: 71px; min-width: 71px;" background="nright.gif"> </td>

</tr>

</tbody>

</table>

Link to comment
Share on other sites

  • 0
Начинаю сжимать окно, а таблица все равно сжимается полностью

Так не пишут!

Пиши так

<table width="100%" border="1" cellspacing="0">
<tr>
<td width="5px"> </td>

<td width="7px"> </td>

<td width="2px" style="background-image: URL('vline1.gif.gif')"> </td>

<td style="min-width:300px;height:70px; background-image: URL('ncentr.gif')"><img src="title.gif" align="left" /> </td>

<td width="182px" style="background-image: URL('ncentr.gif');"><img src="title2.gif" /></td>

<td style="min-width:71px; background-image: URL('ncentr.gif');"> </td>
</tr>
</table>

это вопервых

А вовторых, не ставь рядом строго определенную ширину с ее минимальным значением! Например у тебя написано

style=width:71px;min-width:71px;

это дрянь какая-то!

А лучше всего подробнее напиши че ты хочешь от таблицы!

<table cellspacing="0">
<tbody>
<tr>
<td width="5"></td>
<td width="7"></td>
<td background="vline1.gif" width="2"> </td>
<td style="width: 897px; min-width: 300px; height: 70px;" background="ncentr.gif"><img src="title.gif" align="left"></td>
<td background="ncentr.gif" width="182"><img src="title2.gif"></td>
<td style="width: 71px; min-width: 71px;" background="nright.gif"> </td>
</tr>
</tbody>
</table>

Link to comment
Share on other sites

  • 0

Нужно чтобы при высоких разрешениях таблица растягивалась на все окно браузера, при уменьшении разрешения она начинала сжиматься, но до определенной фиксированной величины, после достижения которой сжатие таблицы прекращалось.

Link to comment
Share on other sites

  • 0

ок width=100% прокатит для растягивания, а вот для сжатия до фиксированной величины как сделать, причем min-width почему то не канает.

 

картинка nright.gif является закруглением к дизайну, но даже поставив min-width:71px, при сжатии таблица все равно сжимает этот столбец.

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