Jump to content
  • 0

С таблицей проблема


Yahoo!
 Share

Question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Типо сайт=)</title>

<style type="text/css">
html, body {height: 100%; width: 100%}
html {font-size:62.5%}
body {font: normal 1.6em Arial, Verdana, Helvetica, Calibri, Tahoma, sans_serif; line-height: 100%; color: #333; background: #fafafa}
html, body, table, tr, td {margin:0; padding:0}
td {vertical-align: top; border: 1px solid #abcdef}

table {table-layout: fixed;}

#maim {display:table-row-group; vertical-align:middle; height: 100%}
#header {height: 1px}
#content {}
#footer {height: 1px}
</style>
</head>
<body>
<table id="maim" cellspacing="0">
<tr id="header"><td>header</td></tr>
<tr id="content"><td>content</td></tr>
<tr id="footer"><td>footor</td></tr>
</table>
</body>
</html>

Мне надо что бы средняя строка занима всё пространство, в то время как верхняя(шапка) растягивалась от заполнения контента и с нижней строкой тоже самое. Но при попытке задать этим двум строкам минимальную высоту в 1пиксель, они не слушаются, хотят что бы средней тоже задали. Но я же не знаю какой она должна быть высоты, 100% пробовал, так осёл её растягивает больше чем надо.

Яркий пример www.gogo.ru (на сайте как-то это проблема решена)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
Совсем нет решений?? Я в отчаянии...=(

Дружок, я так не всматривался в твою задачу, скажи, это не то:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>template</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />

<style type="text/css">
* {
margin: 0;
padding: 0;
}

html,
body {
height: 100%;
}

table {
width: 100%;
height: 100%;
border-collapse: collapse;
}

td {
width: 33%;
}

.red {
background: red;
height: expression(this.offsetParent.offsetParent.offsetHeight - 120);
}

.green {
background: green;
}

.yellow {
background: yellow;
}

.h {
height: 60px;
background: blue;
}
</style>
</head>
<body>

<table>
<tr>
<td class="h">

</td>
<td class="h">

</td>
<td class="h">

</td>
</tr>
<tr>
<td class="red">
111
</td>
<td class="green">
222
</td>
<td class="yellow">
333
</td>
</tr>
<tr>
<td class="h">

</td>
<td class="h">

</td>
<td class="h">

</td>
</tr>
</table>

</body>
</html>

Link to comment
Share on other sites

  • 0

Оно :D так и знал, что без экспрэшена не обойтись. Даже если у IE отключены скрипты он всё равно будет видеть его?

Хотя... нашёлся изъян, при заполнении шапки вся таблица начинает растягиваться и её ширина уже не 100% т.е. появляется скролл, а мне этого не надо. При заполнении футера такого не появляется. Влияет опять же экспрэшен)

Edited by Yahoo!
Link to comment
Share on other sites

  • 0

Нее, надо чтобы шапка и футер были фиксированными и взависимости от заполнения контента или увеличивания/уменьшения шрифта меняли высоту. А если так, я бы сюда и не задавал вопроса.

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