Jump to content
  • 0

Выравнивание блока с фиксированной шириной по центру страницы


vadimus
 Share

Question

Неожиданно столкнулся с ситуацией, которую не могу решить.

Сайт имеет фиксированную ширину, и размещается по центру страницы:

body {
text-align: center;
}

div.basic {
margin-left: auto;
margin-right: auto;
position: absolute;
width: 100%;
/* Минимальная высота для Mozilla и Opera */
min-height: 600px;
/* Минимальная высота для IE */
height: auto !important;
height: 600px;
}

div.block {
width: 960px;
margin: 0 auto;
text-align: left;
position: relative;
}

В IE получается черте что...

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<link rel="stylesheet" href="style.css" />
</head>
<body>

<div class="basic">
<div class="block">

<h1>Туристическая компания</h1>

<p>Так бросим мирские дела!</p>
<p>И дружно уедем в Тибет!</p>

</div class="block">
</div class="basic">

</body></html>

Link to comment
Share on other sites

  • 0

vadimus, просьба для кода использовать соответствующий тег.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

- эту строку можно и не писать - результат будет таким же непредсказуемым.

Про доктайпы читаем Почему так важен DOCTYPE

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