Hallo,
ich brauche dieses Mal Hilfe bei der Navi
Code aus der HTML-Datei
Der Code der CSS-Datei
Kann sein das im Code einige Anstellungen nicht richtig angepasst sind (PC ist gestern abgestürzt), hatte aber schon alles ausprobiert :(
Helft mir
svfreaks
ich brauche dieses Mal Hilfe bei der Navi

Code aus der HTML-Datei
Code:
<tr> <td width="25px"> </td>
<td valign="top" class="links">
<ul class="menue">
<li><a title="Home" href="index.html">» Home</a></li>
<li><a title="Seite 2" href="seite2.html">» Seite 2</a></li>
<li><a title="Seite 3" href="#">» Seite 3</a></li>
<li><a title="Seite 4" href="#">» Seite 4</a></li>
<li><a title="Seite 5" href="#">» Seite 5</a></li>
<li><a title="Seite 6" href="#">» Seite 6</a></li>
</ul>
</td>
<td class="hauptfenster" valign="top"><div class="haupttext">
Code:
.links {
color: #000000;
background-color: #CFCFCF;
background: url(../AppData/Local/Temp/Rar$DI01.795/images/links.jpg) repeat-y;
font-family: verdana,arial,helvetica,sans-serif;
}
.menue {
list-style-type: none;
margin-left: 400px;
}
.menue li a, .menue li a:active, .menue li a:visited {
color: #000000;
background-color: #DEDEDE;
width: 200px;
height: 25px;
text-decoration: none;
font-size: 10pt;
font-family: verdana,arial,helvetica,sans-serif;
display: block;
line-height: 25px;
border-bottom: 1px solid #717171;
margin: 1px;
padding: 2px 6px 2px 2px;
}
.menue li a:hover {
color: #FFFFFF;
background-color: #717171;
text-decoration: none;
}
a:link, a:visited, a:active {
color: #000000;
background-color: transparent;
text-decoration: none;
font-family: verdana,arial,helvetica,sans-serif;
font-weight: bold;
}
Helft mir

svfreaks