Forum Moderators: not2easy
#bigframe{
height: 100%;
border: 1px solid yellow;
position: absolute;
left: 25px;
top: 46px;
}
#bigframe1{
background-image:url(images/bigframe1.png);
background-repeat:no-repeat;
width:534px;
height:21px;
vertical-align: top;
margin:0px;
}
#bigframe2{
background-image: url(images/bigframe2.png);
background-repeat: repeat-y;
width:534px;
height:100%;
}
#bigframe3{
background-image:url(images/bigframe3.png);
background-repeat:no-repeat;
width:534px;
height:22px;
vertical-align:bottom;
}
These are the three parts of a complicate picure and this is the div placed in #bigframe2 (in the middle - the background it's just fex pixels height and must repeats until the content inside finish:
#textarea{
position:absolute;
left: 15px;
top: 15px;
}
But when there is more text it's going out of the #bigframe
limits. So how can I make it stay inside and resize the div?
Thanks a lot to everybody that turn attention to my problem.