Jump to content
  • 0

IE6 и трехколоночный резиновый дизайн.


xonix
 Share

Question

3 answers to this question

Recommended Posts

  • 0

У меня нет ИЕ6...

Вот такая штука работает?

<!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;
}

.first,
.second,
.third {
float: left;
position: absolute;
top: 0;
bottom: 0;
}

.first {
background: #f0f0f0;
width: 25%;
left: 0;
}

.second {
background: #cecece;
left: 25%;
right: 25%;
border-left: #000 1px solid;
border-right: #000 1px solid;
}

.third {
background: #f0f0f0;
width: 25%;
right: 0;
}
</style>
</head>

<body>

<div class="first">

</div>

<div class="second">

</div>

<div class="third">

</div>

</body>
</html>

Link to comment
Share on other sites

  • 0

Ну раз предложенный мной код работает в шестерке то адаптируйте его под свои нужды.

bottom: 0; вообще не нужен, это я для наглядности сделал.

Делаете шапку сайта (допустим 150px высотой), потом вписывайте мой код, у всех трех контейнеров (first, second и third) ставите top: 150px (по высоте шапки). Если планируется подвал, то придется немного переделать, а именно взять все три контейнера в общий к которому уже лепить подвал.

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