Sebastian: Navigationsleiste

Beitrag lesen

Nabend Leute,

habe da mal ne Frage

also folgendes:

habe ein Stylesheet auf meiner Hp was ich natürlich auf jeder seite mit <link ....... einfüge

jetzt das problem ich habe das grafische für die navigationsleiste fertig sieht so aus :

ul#Navigation { background-color: #000000;
                font-size:11pt;
               color:#FFFF00;
                font-family:Arial;
                float: left; width: 16em;
                margin: 0; padding: 0;
}
ul#Navigation li {
                    font-size:11pt;
                   color:#FFFF00;
                    font-family: Arial;
                    list-style: none;
                    margin: 0; padding: 0.5em;
                    width: 200px;
                    margin-top: 20px;
                    border-style: dotted;
                    border-width: 5px;
                    border-color: #FF6600;
}
ul#Navigation a {
  display: block;
  padding: 0.2em;
}
ul#Navigation a:link {
  color: #FFFF00; text-decoration:none;
}
ul#Navigation a:visited {
  color: #FFFF00; text-decoration:none;
}
ul#Navigation a:hover {
text-decoration:none; background-color: #0000FF;
}
ul#Navigation a:active {
  color: #FFFF00; text-decoration:none;

jetzt müsste ich um eine navigationsleiste zu haben auf jeder seite diesen code einfügen ---->

<ul id="Navigation">
  <li><a href="index.html">Home</a></li>
  </ul>

is aber irgendwie recht viel arbeit bei 100 seiten gibts da noch ne andere möglichkeit den code in nem externen css oder html file zu speichern und dann kommts da automatusch ????? damit me des nich immer auf jeder seite reinkopieren muss ???

danke schon mal im vorraus

mfg jonas