в блоке есть два блока,в которых также есть блоки. Так вот,проблеммо собственно в том, что при добавлении в левый блок блока с большой высотой растягивается и правый блок,а мне нужно,чтоб только левый тянулся, а правый оставался неизменным
вот код 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">
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
olejan
в блоке есть два блока,в которых также есть блоки. Так вот,проблеммо собственно в том, что при добавлении в левый блок блока с большой высотой растягивается и правый блок,а мне нужно,чтоб только левый тянулся, а правый оставался неизменным
вот код 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
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.