Was mache ich verkehrt offline wird meine Homepage perfekt angezeigt aber wenn ich sie auf den server von Kilu oder Funpic lade dann wird es ganz anders angezeigt ich glaube es liegt daran das er die CSS daten nicht richtig annimmt nur leider weiss ich nciht wie ich diese Problem beheben soll . Bitte um hilfe .
mfg
LB-S
Hier ist der Link http://pgconline.pg.funpic.de/Homepage/
wie sie angezeigt wird eigentlich sollte der TExt aber neben der Navi und über der navi ein logo und darüber noch ein Header sein offline sieht es so aus.
Hier ist die Index datei.
<html>
<head><title>Homepage</title>
<link rel="Stylesheet" type="text/css" href="css/css.css">
<link rel="shortcut icon" href="../favicon/favi.ico" type="image/favi.ico">
</head>
<body bgcolor="ADD0DF">
<div id="head"></div>
<div id="logo"></div>
<div id="navi">
<a href="index.html"><img border="0" src="images/navi/navi_01.png"></a><br>
<a href="übermich/über_mich.html"><img border="0" src="images/navi/navi_02.png"></a><br>
<a href="service/service.html"><img border="0" src="images/navi/navi_03.png"></a><br>
<a href="agb/agb.html"><img border="0" src="images/navi/navi_04.png"></a><br>
<a href="preise/preise.html"><img border="0" src="images/navi/navi_05.png"></a><br>
<a href="leistungspackete/leistungspackete.html"><img border="0" src="images/navi/navi_06.png"></a><br>
<a href="kontakt/kontakt.html"><img border="0" src="images/navi/navi_07.png"></a><br>
<a href="impressum/impressum.html"><img border="0" src="images/navi/navi_08.png"></a><br>
<a href="haftungsausschluss\haftungsauschluss.html"><img border="0" src="images/navi/navi_09.png"></a><br>
</div>
<div id="trenn"></div>
<div id="text"><h2><center><br>Willkommen</center><p>
</h2>
<table align="center" width="90%" border="0">
<tr>
<td>text</td>
</tr>
</table>
</div>
</body>
</html>
Hier ist die CSS datei.
#head
{background-image: url(../images/header.png);width:750px;height:153px;margin:30px;margin-top:20px; position: absolute; left:20px;
}
#logo
{background-image: url(../images/logo.png);width:82px;height:92px;margin:51px;margin-top:177px;position: absolute; left:20px;
}
#navi
{background-color:#39B6EA;width:125px;margin:30px;margin-top:290px;position: absolute; left:20px;
font-family: Courier New;
text-align: left;
font-size:11pt
}
#trenn
{background-image: url(../images/trenn.png);width:1px;height:50%;margin:155px;margin-top:290px;position: absolute;left:20px;
}
#text
{background-image: url(../images/textbg.png);width:600px;height:100%px;margin:180px;margin-top:290px;position: absolute; left:20px;}
a:link
{color:aqua
}
a:visited
{
color:aqua}
a:hover
{color:black}
img
{border:0px;