Hoi,

Ik heb nu een div voor mijn achtergrond zodat ze altijd gelijks bij de footer komen, alleen dit werkt nu nog niet zoals het hoort, firefox wil de height of de image niet goed weergeven.

css:

.content {
	width: 1000px;
	height: 100%;
	background: url('images/content_background.gif') repeat-y;
	}

.content_main {
	width: 654px;
	height: 100%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	}

.content_right {
	width: 320px;
	height: 100%;
	float: right;
	padding-top: 10px;
	}


Url: http://www.worldofzelda.com

De content div ligt dus achter de content_main en content_right div. Alleen in firefox werkt het nog niet, iemand een oplossing?
In dat geval: zie mijn antwoord in dat topic.

Reageren