Hi,
So habe es jetzt hinbekommen:
Code für style.css:
Code:
--------------------------------------------------------------------------------
body {
margin : 0px;
padding : 0px;
}
.table_head {
background-position : right bottom;
background-image : url(../images/jpg/church_no_profile.jpg);
background-repeat : no-repeat;
}
.table_line {
background-position : right bottom;
background-image : url(../images/jpg/church_profile.jpg);
background-repeat : repeat-x;
}
--------------------------------------------------------------------------------
Blos jetzt ist das Problem, dass das ganze so aussehen soll, das die Kirchen immer 187px breit sind und das andere (die Linie) dann dynamisch in der Breite!
Gruß ... Simon