Jump to content
  • 0

дивы друг под другом


festvtteam
 Share

Question

Всем приветы!

хочу сделать вот так как показано на картинке

img064.jpg

Вот код:

HTML:


<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>%TITLE%</title>
<link href="req/style.css" type='text/css' rel='stylesheet'>
</head>
<body>
<div id='who'>
Здравствуйте, %USER_NAME%
</div>
<div id='head'>
Название страницы
</div>
<div id='container'>
<div id="log_in">
<form action='' method='post'>
<table border="1">
<tr>
<td>Логин:</td>
<td><input type="text" name="login" class="login"/>
<div class="errorLogin"></div></td>
</tr>
<tr>
<td>Пароль:</td>
<td><input type="text" name="name" class="name" value="" />
<div class="errorName"></div></td>
</tr>
<tr>
<td colspan="2"><input type='submit' name='subm' value='войти'></td>
</tr>
</table>
</form>
</div>
</div>
<div id='footer'>
©
</div>
</body>
</html>

CSS:


html {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: #cccccc;
font: 12px Verdana, Arial, sans-serif;
color: #000000;
}

#who {
width: 970px;
margin: 0 auto;
background: #CCFFFF;
height:20px;
}

#head {
width: 970px;
margin: 0 auto;
background:#FFFFFF;
height:50px;
text-align: center;
font-size: 3em;
}

#container {
width: 970px;
margin: 0 auto;
background: #DDDDDD;
min-height:85%;
}

#footer {
clear: both;
height: 20px;
padding: 10px;
text-align: center;
}

#log_in{
width: 970px;
text-align:center;
display:table-cell;
vertical-align:middle;

}

Цель какая: во первых чтобы третий див был с минимальной высотой, во вторых, чтобы содержимое этого дива (задумывалось что там будут таблицы разных размеров), но чтобы всегда были по центру.

Подскажите что не так по коду

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

ну вот я добавил


#log_in{
width: 970px;
margin: 0 auto;
text-align:center;
display:table-cell;
vertical-align:middle;
}

и к таблице:

style=" margin: 0 auto;"

по горизонтали да, по центру. а по вертикали нет. margin-top не подходит - там фиксированный отступ :(

Edited by festvtteam
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