Jump to content
  • 0

2 колонки див


olejan
 Share

Question

в блоке есть два блока,в которых также есть блоки. Так вот,проблеммо собственно в том, что при добавлении в левый блок блока с большой высотой растягивается и правый блок,а мне нужно,чтоб только левый тянулся, а правый оставался неизменным

вот код html

<!--

To change this template, choose Tools | Templates

and open the template in the editor.

-->

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

<html>

<head>

<title>LugOS - интернет магазин</title>

<link rel="Stylesheet" type="text/css" href="style.css"/>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

</head>

<body>

<div id="header">

<div id="col2">

<div id="submenu"></div>

</div>

<div id="col1">

<div id="logo">Логотип</div>

<div id="extended">Аннотация</div>

<div id="submenu">Подменю</div>

</div>

</div>

<div id="footer"></div>

</body>

</html>

код css

div#header {

background: grey;

border: black 2px dashed;

width: 70%;

min-width: 888px;

margin:0 15% 0 15%;

}

div#col1{

background: coral;

border: black 2px ridge;

width: 367px;

margin-right: auto;

}

div#col2{

background: gold;

border: black 2px ridge;

width: 513px;

float: right;

}

div#logo{

background: red;

border: green 2px ridge;

width: 363px;

height: 140px;

}

div#extended{

background: crimson;

border: green 2px ridge;

width: 363px;

height: 120px;

}

div#submenu{

background: yellow;

border: green 2px ridge;

width: 200px;

height: 1000px;

margin-top: 10px;

margin-left: 163px;

}

div#contact{

background: aquamarine;

border: green 2px ridge;

width: 363px;

height: 100px;

}

div#menu{

background: darkblue;

border: black 2px ridge;

width: 150px;

height: 169px;

margin-left: 367px;

margin-right: 367px;

}

div#footer{

background: blanchedalmond;

border: black 2px dashed;

width: 70%;

height: 100px;

min-width: 888px;

margin:0 15% 0 15%;

}

помогите,ребят,сижу уже больше часа не могу понять

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

А что тут понимать, это же и слепой увидит. Ты задал высоту 1000px этому блоку, убери высоту и блок будет растягиваться в зависимости от содержимого.

Edited by Pashkes
Link to comment
Share on other sites

  • 0

В обоих слоях имеются одинаковые вложенные слои (div#submenu). Увеличивая свойство height в правиле div#submenu, вы увеличиваете высоту двух слоев в двух колонках сразу.

slowpoke edition

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