Klick me!

und folgens problem ist aufgetreten:
[ externes Bild ]
das geschrieben erscheint einfach hinter dem datum usw... anstatt hinter dem namen des chatters...

Hier der css style der shoutbox und alle anderen files hab ich in ne rar auf rapidshare geuppt!
Code: Alles auswählen
#shoutbox
{
font-size: 1.1em;
}
#msg > li.row1 {
display: block;
list-style-type: none;
margin: 0;
height: auto;
width:98%;
float: left;
}
#msg > li.row2 {
display: block;
list-style-type: none;
margin: 0;
height: auto;
width:98%;
float: left;
}
#msg > li > dl{
vertical-align: middle;
width: 100%;
}
#msg > li > dl > dt{
width: auto !important;
white-space: nowrap;
margin-right: 2px;
}
#msg > li > dl > dd > input{
margin: 3px;
width: 30px;
}
#msg > li > dl > dd#msgbody{
display: inline;
padding: 3px 0 1px 0px !important;
vertical-align: middle;
float:none !important;
}
#base_ul
{
list-style:none;
margin-left: 12px;
}