Roland: Hohes Bild in UL - Text oben ausrichten?

Beitrag lesen

Ist erledigt; Trick ist mit background-image zu arbeiten:

UL.csc-bulletlist-1 {
 list-style-position:outside;
 width: 500px;
 list-style-type:none;
}

UL.csc-bulletlist-1 LI {
 background-image:url(list_ohren.jpg);
 background-repeat: no-repeat;
 padding-left:40px;
 padding-bottom:20px;
}