i css:
Kod
#wrap {
width: 800px;
margin: 0 auto;
border: 1px dashed black;
text-align: left;
}
#menu {
width: 120px;
float: left;
padding: 10px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#content {
width: 630px;
float: right;
padding: 10px;
border-left: 1px dashed black;
}
.clear {
clear: both;
}
width: 800px;
margin: 0 auto;
border: 1px dashed black;
text-align: left;
}
#menu {
width: 120px;
float: left;
padding: 10px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#content {
width: 630px;
float: right;
padding: 10px;
border-left: 1px dashed black;
}
.clear {
clear: both;
}
I teraz o co chodzi: mam problem z border-right dla #content. Jeśli tekst jest dłuższy niż menu to wszystko ładnie wygląda:

ale jeśli jest krótszy to obramowanie się ucina:

Da się coś z tym zrobić?