Matthias Apsel: Navigationsleiste auf volle Fensterbreite

Beitrag lesen

Om nah hoo pez nyeetz, Jorin!

Meine Güte, hast du eine Geduld mit mir! Dafür herzlichen Dank!

Wer weiß, wozu es gut ist: Falls ich mal ne kleine Übersetzungsüberprüfung brauche ...

/*
Seitenweite Angaben:
*/
body {
	font-family: sans-serif;
	font-size: 90%;
	margin-left: 2cm;
	margin-right: 2cm;
	margin-top: 1cm;
	margin-bottom: 2cm;
	}

ul, ol, li, dl, dt, dd {
  display: block;
  padding: 0;
  margin: 0;
}

li {display: list-item}	
	
/*
Verhalten von Links, seitenweit:
*/
#nav{
  width: 100%;
  list-style: none;
  text-align: center;
}

#nav li {
    width: 20%;
	float:left;
	background-color: #8E7960;
	padding: 10px 0px;
}
#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #8E7960;
	color: #FFF;
	padding: 10px 20px;
}
#nav a:visited {
    color: #000;
}

#nav a:hover {
    color: #000;
	text-decoration: underline;
}
.text h2 {
    margin-top: 36px;
}

Dass ich aus dem <div class="title"> ein <h1> machen würde, habe ich schon erwähnt. Suchmaschinen sehen eine Überschrift erster Ordnung wichtiger als ein div an.

Matthias

--
Wer ein Problem beschreiben kann, hat es schon halb gelöst.                                             (Julian Huxley) http://www.billiger-im-urlaub.de/kreis_sw.gif