Footer mit CSS

Status
Nicht offen für weitere Antworten.

Falloutboy6

Mitglied
Hi,

ich weiss ihr habt das Thema bestimmt schon oftgenug behandelt doch ich bekomm es nicht hin.

Ich will, dass mein footer immer ganz unten steht, aber nicht ganz unten vom Fenster ausgesehen sondern vom inhalt, also könnte es auch mal sein dass der footer nicht zu sehen ist.

Code:
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #E8BB32;
	height: 90px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
	}
html>body #top {
	height: 90px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 90px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #6666CC;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #left {
	width: 150px; /* ie5win fudge ends */
	}
#middle {
	margin: 0px 150px 0px 150px;
	padding: 0px;
	border-left: 2px solid #6666CC;
	border-right: 2px solid #6666CC;
   text-align: left;
   z-index: 2;
	}
#right {
	position: absolute;
	top: 90px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #6666CC;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 151px;
	}
html>body #right {
	width: 151px; /* ie5win fudge ends */
	}
   #footer {
   background-image: url(img/navi_u_bg.gif);
   background-repeat: repeat-x;

	}
html>body #footer {
	height: 20px; /* ie5win fudge ends */
	}

HTML:
<body>
<div id="top">
</div>

<div id="subnavi">
</div>

<div id="middle">
</div>

<div id="right">
</div>

<div id="footer">
</div>
</body>

Was mach ich falsch helft mir bitte

footer.jpg


Danke schonmal
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück