Hallo demonhawk.
.nav a:link {
color: #666666;
list-style-type: none;
}
li a:visited {
color: #666666;
list-style-type: none;
}
li a:hover {
color: #000000;
list-style-type: circle;
}
Die list-style-*-Eigenschaften wirken nur auf Elemente, deren display-Eigenschaft auf den entsprechenden Wert (list-item) gesetzt wurde.
Und da a-Elemente standardmäßig keine Listenpunkte haben, solltest du das list-style-type:none besser für die li-Elemente setzen, da das ganze sonst keine Wirkung zeigt.
Im Opera gibt es aber ein Problem: er platziert den eingeblendeten Listenpunkt innerhalb des Links …
Einen schönen Donnerstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]