Einzelnen Beitrag anzeigen
  #6 (permalink)  
Alt 05.03.2010, 20:12
asmodi-c asmodi-c ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 01.03.2010
Beiträge: 9
asmodi-c befindet sich auf einem aufstrebenden Ast
Standard

Zitat:
Zitat von fricca Beitrag anzeigen
Der übergeordnete Listenpunkt hat die Klasse active. Damit kannst du deinen Link selektieren.
Huhu, erstmal danke für deinen Kommentar.

müsste das css nun so aussehen?:
-----------------------------------------------------------
ul{
list-style:none;
color: #666666;
}
ol{
margin-left:25px;
color: #666666;
}
ul li{
padding:13px 0 3px 2px;
line-height: 0.9;
margin:0;
color: #666666;
text-decoration: none;

}li#current a {
text-decoration: none;
color: #666666;
font-weight: bold;
background-repeat: no-repeat;


}li#active a {
text-decoration: none;
color: #666666;
font-weight: bold;
}

li#current li a {
font-weight: normal;
background-image: none;
}
----------------------------------------------------
Mit Zitat antworten