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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Mihail Dobkin
Имеется такого рода проблема:
http://www.progcom.sumy.ua/template/cod/
Как сделать, чтобы див справа растягивался? Чтобы текст не налезал...
css
div.main {
width : 780px;
height : auto;
margin : 0px auto;
padding : 0px 0px;
border: 1px solid black;
}
div.content{
width:780px;
height:auto;
margin : 0px auto;
padding : 0px 0px;
min-width: 780px;
width: expression(document.body.clientWidth > 780 ? "100%" : "780px")
}
img.fix {
vertical-align: bottom;
}
table.content_table_first{
margin-top:10px;
text-align: top;
vertical-align: top;
}
div.left{
width:190px;
height:327px;
margin-left:5px;
margin-right: 0px;
padding : 0px 0px;
border: 1px solid grey;
}
div.right{
width:537px;
height:267px;
margin-left:10px;
padding : 0px 0px;
border: 1px solid grey;
}
div.right_1{
width:537px;
height:240px;
margin-left:10px;
padding : 0px 0px;
}
div.text{
width: 180px;
height: 300px;
font-family : Arial;
color: #000000;
font-size: 10px;
margin-left:5px;
margin-top:5px;
margin-right:5px;
background: green;
text-align:top;
overflow: scroll;
}
TD.top{
vertical-align: top;
width:auto;
}
div.footer{
width:780px;
height:27px;
margin-top:20px;
padding: 0px 0px;
}
Link to comment
Share on other sites
3 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.