#Filterbox {
width: 60%;
margin-left:auto;
margin-right:auto;
border-width:1px;
border-style:solid;
border-color:gray;
background-Color:white;
padding:10px 10px 10px 10px;
}
In diesem DIV ist eine Tabelle (ja es ist nicht state of the art).
[code=html]
Previous Comments
Step Name
Performer
Date
Comments
[/code]
Wenn der Inhalt einer Spalte zu gross ist, dann geht die Tabelle über mein DIV Element. Hast jemand einen Tipp wie ich es erzwingen kann, dass die Tabelle nicht über das DIV hinausgeht?