Ciao, ho un DIV contentright3 con sfondo bianco e del testo.
Se il testo è troppo lungo, il testo "esce" dal div... me ne accorgo perchè sotto al testo non c'è più lo sfondo bianco.
Come posso dire al DIV di allungarsi per contentere il testo?
Tnx
struttura:
body {
text-align:center;
}
#frame {
width:818px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
background:#6cf;
}
#contentleft {
width:234px;
padding:0px;
float:left;
background:#6ff;
background:url("img/bg_bottom_content.jpg") repeat-x 0 100%;
}
#contentright {
width:572px;
padding:0px;
float:left;
background:url("img/bg_bottom_content.jpg") repeat-x 0 100%;
}
#contentright3 {
width:572px;
padding:0px;
height:109px;
float:left;
background:#fff;
}