Ich baue, wie manche vielleicht schon wissen gerade an einer neuen homepage. Es ist bsiher alles gu gelaufen, doch mit folgenden codes habe ich probleme:
HTML:
<html>
<head>
<title>*****</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<meta name="description" content="*****" />
<meta name="author" content="Tobias *****" />
<meta name="keywords" content="*****" />
</head>
<body link:#000000; vlink="#000000">
<div id="thememania">
<div id="header">
<img src="header.png" id="header-grafik" border="0" />
</div>
<div id="navi">
<center>
<span id="idx"><a href="index.html">HOME</a></span>
<span id="dde"><a href="deindesing.html">BESTELLE DEIN DESING</a></span>
<span id="imp"><a href="impressum.html">IMPRESSUM</a></span>
<span id="uun"><a href="ueberuns.html">ÜBER UNS</a></span>
<span id="kon"><a href="kontakt.html">KONTAKT</a></span>
<div id="langs">
<a href="../de/index.html"><img src="de.png" border="0" /></a>
<a href="../en/index.html"><img src="en.png" border="0" /></a>
</div>
</center>
</div>
<div id="content">
<div id="contenttext">
<h1>HIER KOMMT DER CONTENT</h1>
<br /><br /><br /><br /><br />
<h1>UND NOCH MEEEEEEEHR CONTENT!!!</h1>
</div>
<div id="footer">
<center><a>Copyrigth © 2009 by Tobias *****</a></center>
</div>
</div>
</div>
</body>
</html>
Alles anzeigen
und CSS:
* {font-size: 13px; font-family: "Trebuchet MS", Arial, sans-serif;}
h1 {font-size: 22px; background: url(headline_bg.png) repeat-x; width:500px;}
A {text-decoration: none;}
div#thememania {width:800px; align:center;}
div#langs img {float:right;}
div#navi {background: url(navi_norm.png) repeat-x;
width:800px; height:25px;
display:block;
padding-left:10px;}
div#navi span {text-decoration:none; width:100px; height:25px;}
div#navi span:hover {text-decoration:underline; background: url(navi_hover.png) repeat-x; height:25px;}
div#content {display:block; width:822px; background: url(content_bg.png) repeat-y;}
div#contenttext {padding-left: 15px;}
div#footer {display:block; width:822px; height:30px; background: url(footer_bg.png) no-repeat;}
Alles anzeigen
Probleme sind folgende:
Der behälter von allem, also div#thememania wird nicht in die mitte gerückt. Fehelrkonsole:
Warnung: Unbekannte Eigenschaft 'align'. Deklaration ignoriert.
Quelldatei: *****/styles.css
Zeile: 4
und wenn man im NAVI-div einen Menüpunkt hovert, dann wird das height-attribut ignoriert, was dazu gührt, dass navi_hover.png nur so weit angezeigt wird, wie die Schrift hoch ist.
An alle, die wieder mit der offensichtlichkeit daherkommen:
Ich habe schon sehhr viel herumproiert, und ich mache den post ja nich aus langeweile.
EDIT:
Online unter http://www.cheats-tn.de/thma/index.html