Nicht mehr ganz neu hier
Liebe Leut,
ich bin leider noch Anfänger im Webdesign und hätte gerne euren werten Rat.
Ich habe eine reine CSS-Navi und möchte dem Besucher durch den gehighlighteten Button zeigen, auf welcher Seite er ist. Was muss ich in das CSS-Stylesheet noch einfügen oder wo ist der Fehler, dass es bei mir nicht funktioniert. Irgendwo habe ich da noch einen Wurm drin ...
Für einen Tipp, den auch ein Anfänger versteht, wäre ich sehr dankbar.
Hier der CSS-Code:
#navi ul {
list-style-type: none;
margin: 0px;
padding-left: 8px;
}
#navi ul li {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 1px;
margin-left: 0px;
}
#navi ul li a:link, #navi li a:visited {
color: #FC9;
background-color: #9f5d9d;
text-decoration: none;
text-align: right;
display: block;
border-left-color: #C09;
width: 92px;
border-left-width: 10px;
border-left-style: solid;
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
line-height: 2.4em;
padding-right: 7px;
text-transform: uppercase;
}
#navi ul li a:hover, #navi ul li a:active, #navi ul li a:focus a:visited {
color: #FF9;
background-color: #F69;
border-left-width: 12px;
border-left-style: solid;
border-left-color: #F66;
}
ich bin leider noch Anfänger im Webdesign und hätte gerne euren werten Rat.
Ich habe eine reine CSS-Navi und möchte dem Besucher durch den gehighlighteten Button zeigen, auf welcher Seite er ist. Was muss ich in das CSS-Stylesheet noch einfügen oder wo ist der Fehler, dass es bei mir nicht funktioniert. Irgendwo habe ich da noch einen Wurm drin ...
Für einen Tipp, den auch ein Anfänger versteht, wäre ich sehr dankbar.
Hier der CSS-Code:
#navi ul {
list-style-type: none;
margin: 0px;
padding-left: 8px;
}
#navi ul li {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 1px;
margin-left: 0px;
}
#navi ul li a:link, #navi li a:visited {
color: #FC9;
background-color: #9f5d9d;
text-decoration: none;
text-align: right;
display: block;
border-left-color: #C09;
width: 92px;
border-left-width: 10px;
border-left-style: solid;
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
line-height: 2.4em;
padding-right: 7px;
text-transform: uppercase;
}
#navi ul li a:hover, #navi ul li a:active, #navi ul li a:focus a:visited {
color: #FF9;
background-color: #F69;
border-left-width: 12px;
border-left-style: solid;
border-left-color: #F66;
}