Hallo liebes Forum -
Ich bin am verzweifeln - kennt man ja.
Kurze Beschreibung:
Ich habe eine Seite mit zwei Framesets aufgebaut.
Horizontal (Navigtion und Inhalt)
Beispiel hier:
Ich möchte wenn ich z.B. auf Link1 bin und sich die Seite erscheint einen anders farbigen Zustand der mir anzeigt das ich auf dieser Seite bin. Zudem möchte ich dass die Oberkategorie in diesem Fall ja »NEWS« sich auch anders Farbig einfärbt.
Hoffe das ist verständlich.
Bisher habe ich es so: Mein Sheet sieht so aus - geht halt nix.
http://bergwolf.biz/images/screen.jpg
Und das Problem mit der Kategorie oberhalb - da habe ich keine Idee.
Vielleicht ne andere Lösung? Wäre euch echt dankbar ...lg mase
.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.gruen {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #26ff26;
text-decoration: none;
}
.download {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
}
a:link{
color:#999999;
text-decoration: none;
}
a:visited{
color:#999999;
background-repeat: no-repeat;
text-decoration: none;
}
a:hover{
color:#000000;
}
a:active{
color:#000000;
text-decoration: none;
}
paulchen33 ist offline Mit Zitat antworten