Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 19:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



CSS Navigationsleiste

Discussion on CSS Navigationsleiste within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
epiTR's Avatar
 
elite*gold: 185
Join Date: May 2008
Posts: 3,646
Received Thanks: 603
CSS Navigationsleiste

Huhu,
ich brauche Hilfe und zwar möchte ich eine Navigationsleiste erstellen.
Die verschiedenen Links werden in einer UL zusammengefasst.

aktuelles Bild:

HTML code:

CSS code:

Wie bekomme ich das jetzt hin, dass die Listenelemente richtig im DIV liegen (zentriert und innerhalb des DIVs)?
epiTR is offline  
Old 02/19/2012, 12:51   #2
 
galaxyo's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 425
Received Thanks: 183
Ich bau dir das ganze mal flott zusammen. Quellcode kommt gleich. 5 Minuten

Edit:

HTML Code:
* {
	margin:0px;
	padding:0px;	
}

body, html {
	background-color:#C1CDCD;	
}

#head {
	border:1px solid #600;
    background-color: #FFC;
	width: 90%;
	height:auto;
	overflow:auto;
	padding:5px 5px 5px 5px;
	margin:auto;
}

ul {
	list-style: none;
	margin:auto;
	width:317px;
}

li {
	float: left;
	width:auto;
	height:auto;
	padding: 2px 10px 2px 10px;
	background: #C1CDCD;
	border: 2px solid;
	margin: 0px 10px 7px 2px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px black;
	-moz-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}
Musste bei der ul die Breite "erraten bzw. ertesten". Diese musst du natürlich jedes mal neu anpassen, wenn du einen Navigationspunkt hinzufügst oder entfernst. Ist ne Quick n Dirty Lösung und lässt sich mit Grafiken, festen Breiten und Höhen um einiges besser "verwalten".

Edit:

Sag bitte bescheid ob es bei dir so läuft wie gewünscht. Ansonsten schaue ich nochmal drüber und korrigiere.
galaxyo is offline  
Thanks
1 User
Old 02/19/2012, 13:19   #3
 
epiTR's Avatar
 
elite*gold: 185
Join Date: May 2008
Posts: 3,646
Received Thanks: 603
Wollte es ja eigentlich alles sauber haben, es erfüllt aber seinen Zweck und weitere Navigationspunkte kommen nicht dazu.
Danke dir!
epiTR is offline  
Old 02/19/2012, 13:30   #4
 
galaxyo's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 425
Received Thanks: 183
Alles klar. Kein Thema
galaxyo is offline  
Reply


Similar Threads Similar Threads
Navigationsleiste ändern
02/02/2011 - Metin2 Private Server - 0 Replies
Hallo, Benutze die HP von hennink.. Kann mir einer sagen ob ich auch die Navigationsleiste (Home,Downloads,News,...usw...) ändern kann? Also das es nicht alles oben anzeigt sondern links oder rechts ? Wenn ja kann mir pls einer helfen?:handsdown: MfG sikus



All times are GMT +1. The time now is 19:42.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.