Jump to content
  • 0

Три div-a подряд


mopnex161rus
 Share

Question

Доброго всем дня!

У меня такая проблемка возникла весь день голову ломаю на форум пришел из крайних мер((

В общем в этом деле я новичок и прошу помощи!

У меня есть блок в котором имеются ещё 3 блока(левый,центральный и правый),у левого и правого ширина одинаковая а средним надо заполнить всё оставшиеся место между левым и правым блоком...да что я рассказываю взгляните сами:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<title>Главная</title>
<body>


<div class="Main_Cont">
<div class="Center_Gadget"></div>
<div class="Left"></div>
<div class="Right"></div>
</div>


</div>
</body>
</html>

CSS:

.Main_Cont {
width:1400px;
height:200px;
background-color:#ccc;
margin:0 auto;
}

.Center_Gadget {
width:900px;
height:100px;
background-color: #F00;
margin:0 auto;

}

.Left {
width:230px;
height:100px;
background-color:#FF0;
position: relative;
float:left;
}

.Right {
width:230px;
height:100px;
background-color:#00CC00;
float:right;
}

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

Помогите пожалуйста!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Размер указывай слоям main (100%), левому и правому. float сделает своё дело и центральному отдаст оставшееся место.

Кстати сначала левый\. потом центральный и потом правый. А не как у тебя

Link to comment
Share on other sites

  • 0

Спасибо за ответ,но не чего не вышло((

Мне надо ещё раз повторюсь что бы они встали вряд и центральный блок был между левым и правым,а не так что левый и правый просто лягут на центральный а тот тем самым будет растянут на всю ширину главного блока...

Есть ещё какие варианты?

Если можно пишите кодом

Link to comment
Share on other sites

  • 0

Изучай

Техник на самом деле существует много, не ограничивайтесь лишь статьей выше, гугл по holy grail css поможет вам найти то, что вам надо

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