Jump to content
  • 0

Растягивание DIV


chipi
 Share

Question

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD> <TITLE></TITLE>
<style type="text/css">
#main-menu {
background:RED;
height: 35px;
}

#content {
border: 1px solid blue;
padding-bottom:10px;
}
#main-sec1{
float:left;
margin:5px;
width:250px;
border: 1px dotted black;
}
#main-sec2{
margin-top: 5px;
margin-left: 265px;
width:670px;
border: 1px dotted black;
}

#main-bottom{
height: 52px;
background: GREEN;
}
</style>
</HEAD>
<BODY>
<div id="main-menu">
menu
</div>
<div id="content">
<div id="main-sec1">
tekst

tekst

tekst

tekst

tekst

tekst


</div>
<div id="main-sec2">
tekst

tekst

tekst

tekst

</div>
</div>
<div id="main-bottom">
низ
</div>
</BODY></HTML>

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0
Надо обтекание отменять с помощью
. Поставь этот блок после контента.

У меня такая же петрушка. Везде катит, кроме ie6 и старще. Там жестко и неприятно копирайт перекрывается высоким правым меню.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd"> 
<html>
<head>
<style type="text/css"><!--
#menuleft {
float: left;
border: 1px solid #000;
width: 200px;
padding: 5px;
margin: 10px 10px 20px 5px;
}
#content {
margin: 10px 225px 20px 225px;
padding: 5px;
border: 1px solid #333;
min-height: 700px;
font-size: 11pt;
}
#menuright {
position: absolute;
right: 0;
top: 125px;
border: 1px solid #333;
width: 200px;
padding: 5px;
margin: 10px 5px 0 0;
}
#copyright {
background: gray;
color: white;
padding: 3px 7px 3px 7px;
clear: both;
text-align: right;
font-size: 11pt;
border-top: 1px solid black;
border-bottom: 1px solid black;
}--></style>
</head>
<body>

<div id="menuleft"></div>
<div id="content"></div>
<div id="menuright"><!-- высокая реклама от google --></div>

<div id="copyright"></div>
</body>
</html>

Link to comment
Share on other sites

  • 0
У меня такая же петрушка. Везде катит, кроме ie6 и старще. Там жестко и неприятно копирайт перекрывается высоким правым меню.

не позиционируете правое меню, сделайте его то же флоатом.

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