Hallo,
Ich erstelle eine site und möchte die linke Navigation
Textbasiert aufbauen. Nutzen möchte ich dazu
A:link,visited,active und hover. Es funzt auch wenn ich die
benötigten eingaben im head vornehme. Dann werden aber alle
Links auf der seite geändert.
Wie mache ich das denn?
Verstehe ich Dich richtig - Du willst die Links in der navigation anders formatieren als die im Text?
Das geht so:
im Head oder in der CSS-datei:
a:link {font-size:14px; color:#000000; text-decoration:none }
a:visited {font-size:14px; color:#FF0000; text-decoration:none }
a:active {font-size:14px; color:#000000; text-decoration:none }
a:hover {font-size:14px; color:#000000; text-decoration:underline }
a.navig:link {font-size:12px; color:#FFFFFF; text-decoration:none }
a.navig:active {font-size:12px; color:#FFFFFF; text-decoration:none }
a.navig:visited {font-size:12px; color:#FFFFFF; text-decoration:none }
a.navig:hover {font-size:12px; color:#000000; text-decoration:none; background:#FFFFFF }
im Body:
in der Navigation:
[START](start.html)
[LINKS](links.html)
und im Text einfach:
[Text](datei.html)
Greetinx
Christian
http://www.html-workshop.de