• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Navi lässt sich nicht verschieben

svfreaks

Neues Mitglied
Hallo,

ich brauche dieses Mal Hilfe bei der Navi :P
Code aus der HTML-Datei
Code:
<tr> <td width="25px">&nbsp;</td>
     <td valign="top" class="links">
        <ul class="menue">
          <li><a title="Home" href="index.html">&raquo; Home</a></li>
          <li><a title="Seite 2" href="seite2.html">&raquo; Seite 2</a></li>
          <li><a title="Seite 3" href="#">&raquo; Seite 3</a></li>
          <li><a title="Seite 4" href="#">&raquo; Seite 4</a></li>
          <li><a title="Seite 5" href="#">&raquo; Seite 5</a></li>
          <li><a title="Seite 6" href="#">&raquo; Seite 6</a></li>
        </ul>
      </td>
      <td class="hauptfenster" valign="top"><div class="haupttext">
Der Code der CSS-Datei
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;
}
Kann sein das im Code einige Anstellungen nicht richtig angepasst sind (PC ist gestern abgestürzt), hatte aber schon alles ausprobiert :(

Helft mir :P

svfreaks
 
Hallo.

Gibt es einen Grund warum sich dein Menü in einer Tabelle befindet?
Entferne die Tabelle dann kannst du dein Menü auch verschieben.

Gruss
Elroy
 
Zurück
Oben