почему шапка не принимает высоту 168px, а, судя по субъективной оценке, становиться в высоту где-то 500 пикс, а меню с контентом не расягиваются на оставшую высоту?
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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
boy_from_Mexico
Здравствуйте
я запарился с этим макетом
вот код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<link rel="stylesheet" type="text/css" href="styleIE.css">
<title>Актау Камаз Сервис</title>
</head>
<body style="background: url(wall.jpg);">
<table height=800 width=90% style="border:solid 1px red;" >
<tr id="header">
<td colspan=2 style="background:white;height:168px;"> Это шапка</td>
</tr>
<tr id="mainer">
<td id="menu" style="background:blue;">Здесь меню</td>
<td style="background:yellow;">Здесь контент</td>
</tr>
<tr id="footer">
<td colspan=2>ну а это футер</td>
</tr
</table>
</div>
</body>
</html>
css:
#header {display:block;height:168px;}
#footer {height:50px;}
#menu {width:200px;}
почему шапка не принимает высоту 168px, а, судя по субъективной оценке, становиться в высоту где-то 500 пикс, а меню с контентом не расягиваются на оставшую высоту?
вот как он отображается у меня http://narod.ru/disk/15210962000/AKS.JPG.html
Edited by boy_from_MexicoLink to comment
Share on other sites
Top Posters For This Question
16
14
8
6
Popular Days
Nov 21
23
Nov 22
15
Nov 20
8
Nov 23
3
Top Posters For This Question
psywalker 16 posts
Clayton 14 posts
mishka 8 posts
boy_from_Mexico 6 posts
Popular Days
Nov 21 2009
23 posts
Nov 22 2009
15 posts
Nov 20 2009
8 posts
Nov 23 2009
3 posts
51 answers to this question
Recommended Posts
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.