• Aktualisierte Forenregeln

    Eine kleine Änderung hat es im Bereich Forenregeln unter Abschnitt 2 gegeben, wo wir nun explizit darauf verweisen, dass Forenkommentare in unserer Heftrubrik Leserbriefe landen können.

    Forenregeln


    Vielen Dank

Kleines Problem in 3-Spalten Layout

DarkSpartan117

Anwärter/in
Mitglied seit
21.08.2006
Beiträge
31
Reaktionspunkte
0
Hallo,
ich habe folgendes Problem:
Ich habe für die Website meines Clans ein 3-spaltiges Design erstellt.
Alles komplett in CSS. Nur habe ich noch ein kleines Problem. Und zwar wird die rechte Spalte nach unten verschoben. Das liegt scheinbar an dem Div mit der id "page-content". Denn wenn ich dieses entferne, funktioniert alles einwandfrei!

Link zur Website: http://darkhunter.pytalhost.com/template/clan_css/

Quelltext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="wrapper">

<div id="header"></div>

<div id="top-menu">
<div id="top-menu1"><a href="index.php?site=squads" class="top-menu1"></a></div>

<div id="top-menu2"><a href="index.php?site=clanwars" class="top-menu2"></a></div>
<div id="top-menu3"><a href="index.php?site=guestbook" class="top-menu3"></a></div>
<div id="top-menu4"><a href="index.php?site=forum" class="top-menu4"></a></div>
<div id="top-menu5"><a href="index.php?site=challenge" class="top-menu5"></a></div>
</div>

<div id="teiler">
</div>


<div id="wrapper-content">

<div id="wrapper-leftmenu">

<div id="mainsection"></div>
<div id="clansection"></div>
<div id="commsection"></div>
<div id="miscsection"></div>
<div id="mediasection"></div>
</div>

<div id="wrapper-mitte">
<div id="latest-newswars"></div>
<div id="latest-news"></div>
<div id="latest-wars"></div>
</div>

<div id="page-content"></div>

<div id="wrapper-rightmenu">
<div id="usercenter"></div>
<div id="shoutbox"></div>
<div id="polls"></div>
<div id="statistics"></div>
<div id="partners"></div>
</div>

</div>


<div id="content-end">
</div>
<div id="footer">
</div>

</div>
</body>
</html>


style.css
http://darkhunter.pytalhost.com/template/clan_css/style.css


Ich hoffe, ihr könnt mir helfen, und wäre euch auch sehr dankbar dafür!
MfG DarkSpartan117

EDIT: Das Problem ist gelöst. Ich habe den DIV mit der id "wrapper-mitte" nur zu früh geschlossen. Jetzt scheints zu funktionieren.
 
Zurück