Einzelnen Beitrag anzeigen
Ungelesen 11.02.10, 16:04   #1
Eyeload
Anfänger
 
Registriert seit: Nov 2008
Beiträge: 25
Bedankt: 21
Eyeload ist noch neu hier! | 0 Respekt Punkte
Standard Wordpress Sidebar

Moin,

Ich habe heute schon Stundenlang nach einer Lösung für mein Problem gesucht, aber habe nichts gefunden, was mir weiterhilft.
Ich hoffe jemand von euch kann mir helfen.
Selbst im Wordpress Forum konnte mir keiner helfen.

Hier ist mein Blog:
Klick

Also wie bekomme diese Sidebar die jetzt im Footer hängt an die Rechte Seite?
Ich hab es schon mit floats und margins versucht.
Mit margins hat es funktioniert aber dann klebte die Sidebar immer am ersten Artikel.
Siehe hier:
Schlecht


Hier noch ein Aussschnitt aus meiner "style.css":
Code:
#page{
	margin: auto;
	width: 900px;
}

#headbg{
	background-position: center;
	background: url("./images/flugzeug_header.gif") no-repeat;
	width: 900px;
	height: 431px;
	border-style:solid;
}

#headerimg{
}

#pagebg{
	background: url("./images/flugzeug_main.gif");
	background-repeat: repeat-y;
	/*
	margin: auto;
	*/
}

#content{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 100px;
	margin: auto;
	/*
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 43px;
	margin-right: 20px;
	*/
	width: 400px;
	border-style:solid;
}

#sidebar{
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	margin:auto;
	/*
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 43px;
	*/
	width: 250px;
	border-style:solid;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.6em;
}

#footer{
	font-size: 11px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url("images/flugzeug_footer.gif");
	margin: auto;
	width: 900px;
	height: 331px;
	border-style:solid;
So sollte es aussehen:
Gut
(Aber auch wenn ich mehrere Artikel poste!)
Eyeload ist offline   Mit Zitat antworten