Suche im Forum:
Suchen


Autor Nachricht
Beitrag07.12.2009 um 12:51 (UTC)    
Titel: Horizontale Navigation

Ja ich weiß, ich schon wieder...

Aber ich habe eine Frage zum horizontalen Navigation.
Ich habe Forensuche gemacht, habe aber keinen Thread gefunden der mein Problem löst...

Ich habe eine hozizontale Navition erstell (sieht man auf meiner Homepage), aber ich weiß nicht, wie man es nach rechts, links, oben u. unten verstellen kann.

Ich habe ein CSS-Design und der Code für die horizontale Navigation ist das hier:
Code:
#navigation li {
display: inline;                 
list-style-type: none;   
}

#navigation a {
font-family: Century Gothic;color: #BCBCBC;   
font-size: 11px;
background-color: #F0F0F0;
border-bottom: 1px solid #E8E8E8;
text-decoration: none;padding: 4px 8px;
}

#navigation a:hover {
color: #D4D4D4;   
font-size: 11px;
background-color: #F6F6F6;
border-bottom: 1px solid #E8E8E8;               
text-decoration: none;
padding: 4px 8px;
}
Beitrag08.12.2009 um 09:28 (UTC)    
Titel:

wie ich sehe fehlt bei dir left und top das müssteste dazuschreiben.
Aber ich glaube du hast das falsche gepostet,das ist nur das aussehen der Buttons.
Poste mal alles dann kann ich und andere dir weiter helfen.
[/code]
Beitrag08.12.2009 um 15:21 (UTC)    
Titel:

Code:
#navigation li {
display: inline;                 
list-style-type: none;   
}

#navigation a {
font-family: Century Gothic;color: #BCBCBC;   
font-size: 11px;
background-color: #F0F0F0;
border-bottom: 1px solid #E8E8E8;
text-decoration: none;padding: 4px 8px;
}

#navigation a:hover {
color: #D4D4D4;   
font-size: 11px;
background-color: #F6F6F6;
border-bottom: 1px solid #E8E8E8;               
text-decoration: none;
padding: 4px 8px;
}


Das ist der ganze Code I:
Beitrag08.12.2009 um 15:37 (UTC)    
Titel:

Ok, ich habe jetzt den Code mit dem ich meine Navi verstellen kann Very Happy
Aber trotzdem danke für deine Antwort [:
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de