css als Navigation
#2
Willkommen Fridolin,

das ist einfach zu erledigen.

Das CSS erstellst Du in einem Editor, aber ohne die Einleitung..
<style TYPE="text/css">
<!--
und ohne das Ende...
//-->
</STYLE>

Ein Beispiel kann so aussehen:

Code:
body {
margin : 10px;
font-family : Verdana, Arial, sans-serif;
font-size : 13px;
color : #000000;
background : #ffffff;
}
a {
color : #000080;
background: transparent;
font : bold 11px Verdana, Arial, sans-serif;
text-decoration : none;
}
a:hover {
color : #ff0000;
background: transparent;
text-decoration : none;
}
a:active {
color : #4178cb;
background: transparent;
text-decoration : none;
}

Das wird dann als "mein.css" abgespeichert und in das HP-Verzeichnis hochgeladen.
Damit es auf allen Seiten angezeigt wird kommt im HEAD jeder Seite der Verweis auf das CSS wie folgt:

Code:
<link rel=stylesheet href="http://www.koeppicolor.de/mein.css" type="text/css">

Anstelle meines Beispiels, mußt Du nur Dein CSS im Editor schreiben.

Gruß
Jürgen
Zitieren



Nachrichten in diesem Thema
css als Navigation - von fridolin - 03.03.2004, 15:00
css als Navigation - von Jürgen - 03.03.2004, 16:25
css als Navigation - von fridolin - 03.03.2004, 23:13
css als Navigation - von Hulot - 04.03.2004, 00:46
css als Navigation - von fridolin - 05.03.2004, 00:56
css als Navigation - von Jürgen - 05.03.2004, 02:23
css als Navigation - von Hulot - 05.03.2004, 09:08
css als Navigation - von fridolin - 05.03.2004, 23:03
css als Navigation - von Hulot - 06.03.2004, 00:45
css als Navigation - von Jana - 06.03.2004, 09:16
css als Navigation - von fridolin - 06.03.2004, 09:18
css als Navigation - von Jana - 06.03.2004, 10:30
css als Navigation - von fridolin - 12.03.2004, 09:38
css als Navigation - von Hulot - 12.03.2004, 11:50

Möglicherweise verwandte Themen...
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Navigation wird per IE zerrisen dreamflasher 1 1.914 30.01.2009, 17:43
Letzter Beitrag: Helmut
  Frage zur Navigation Elbenhexe 4 1.887 08.03.2008, 22:41
Letzter Beitrag: Elbenhexe
  Meine Navigation traumfee 5 2.100 26.02.2008, 22:07
Letzter Beitrag: traumfee
  Navigation auf gesamte Seitenbreite ausdehnen PolitikerNEU 1 1.806 27.12.2006, 16:40
Letzter Beitrag: Helmut