Hallo Leute, ich habe eine wichtige Frage, und zwar möchte ich meine Navi nach Rechts verschieben, damit sie neben meinem Logo steht -->
http://abenteuergeschichte.de.tl/Home.htm
wie man die Navi nach unten verschiebt, weiss ich, aber wie nach Rechts? Habs auch schon mit dem margin-left ausprobiert, hatte aber keinen Erfolg.
Hier mal der Code:
Zitat:
#nav { position:relative; top: -200px; bottom:0; list-style:none; }
* html #nav { bottom:-1px; }
#nav li { float:right; }
#nav li a {
background:url(http://www.muerau.eu/allgemein/hintergrund/hintergrund_dunkelgrau.gif);
display:block; height:40px; width: 80px;
font-family: Comic Sans MS, sans-serif;
text-decoration: none !important;
margin: 1px
}
#nav li a:hover {
display:block;
background:url(http://www.gaffershop.de/images/1164649167_gray_300.jpg); height:40px; width: 80px;
}
#nav li a strong { color: #000000; padding-left: 15px;
position:relative; top: 10px;
}