Hallo,
ich habe ein typisches CSS Problem. Wie im Bild zu sehen ist, kann ich die Vorzeichen vor UL bzw. IL nicht ändern (oder ich bin zu doof dafür).
Ich habe daher alle Datein hochgeladen.
Betroffen von dem Fehler ist: secondarycontent denn trotz: list-style: none; werden die Vorzeichen angezeigt.
#secondarycontent
{
list-style: none;
position: relative;
width: 180px;
float: right;
}
#secondarycontent h3
{
list-style: none;
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 10px;
margin-bottom: 20px;
}
#secondarycontent .content
{
list-style: none;
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
list-style: none;
}