- Code: Alles auswählen
.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: white url('http://www.phpbb.de/styles/templates/Chronicles/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background: white url('http://www.phpbb.de/styles/templates/Chronicles/images/cellpic2.jpg') repeat-y scroll top right;
}
.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #C7D0D7;
background-image: url('http://www.phpbb.de/styles/templates/Chronicles/images/cellpic2.jpg');
text-indent: 4px;
}
Wo stehtn da was mit Repeat?