• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Offline richtig aber auf Webspace falsch warum ?

Status
Für weitere Antworten geschlossen.

LB-S

Neues Mitglied
Hallo ,

Was mache ich verkehrt offline wird meine Homepage perfekt angezeigt im IE und Firefox 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://sonnyblack.kilu.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.
Code:
[FONT=Courier New][COLOR=#0000c0]<html>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<head><title>Homepage</title>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<link rel="Stylesheet" type="text/css" href="css/css.css">[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<link rel="shortcut icon" href="../favicon/favi.ico" type="image/favi.ico">[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]</head>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<body bgcolor="ADD0DF">[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<div id="head"></div>[/COLOR][/FONT]
 
 
[FONT=Courier New][COLOR=#0000c0]<div id="logo"></div>[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]<div id="navi">[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="index.html"><img border="0" src="http://www.html.de/images/navi/navi_01.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="übermich/über_mich.html"><img border="0" src="http://www.html.de/images/navi/navi_02.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="service/service.html"><img border="0" src="http://www.html.de/images/navi/navi_03.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="agb/agb.html"><img border="0" src="http://www.html.de/images/navi/navi_04.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="preise/preise.html"><img border="0" src="http://www.html.de/images/navi/navi_05.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="leistungspackete/leistungspackete.html"><img border="0" src="http://www.html.de/images/navi/navi_06.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="kontakt/kontakt.html"><img border="0" src="http://www.html.de/images/navi/navi_07.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="impressum/impressum.html"><img border="0" src="http://www.html.de/images/navi/navi_08.png"></a><br>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<a href="haftungsausschluss\haftungsauschluss.html"><img border="0" src="http://www.html.de/images/navi/navi_09.png"></a><br>[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]</div>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<div id="trenn"></div>[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]<div id="text"><h2><center><br>Willkommen</center><p>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]</h2>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<table align="center" width="90%" border="0">[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<tr>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]<td>text</td>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]</tr>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]</table>[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]</div>[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]</body>[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]</html>[/COLOR][/FONT]

Hier ist die CSS datei.


Code:
[FONT=Courier New][COLOR=#0000c0]#head[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{background-image: url(../images/header.png);width:750px;height:153px;margin:30px;margin-top:20px; position: absolute; left:20px;[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]#logo[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{background-image: url(../images/logo.png);width:82px;height:92px;margin:51px;margin-top:177px;position: absolute; left:20px;[/COLOR][/FONT]
 
 
[FONT=Courier New][COLOR=#0000c0]}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]#navi[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]{background-color:#39B6EA;width:125px;margin:30px;margin-top:290px;position: absolute; left:20px;[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]font-family: Courier New;[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]text-align: left;[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]font-size:11pt[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]#trenn[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{background-image: url(../images/trenn.png);width:1px;height:50%;margin:155px;margin-top:290px;position: absolute;left:20px;[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]#text[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]{background-image: url(../images/textbg.png);width:600px;height:100%px;margin:180px;margin-top:290px;position: absolute; left:20px;}[/COLOR][/FONT]
 
 
[FONT=Courier New][COLOR=#0000c0]a:link[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{color:aqua[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]}[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]a:visited[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]color:aqua}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]a:hover[/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000c0]{color:black}[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]img[/COLOR][/FONT]
 
[FONT=Courier New][COLOR=#0000c0]{border:0px;[/COLOR][/FONT]
 
Zuletzt bearbeitet:
Werbung:
Versuch einmal Doctype einzufügen. Ich denke mal, du hast es 1 zu 1 kopiert, oder? Überprüfe sosnt noch einmal alle Ordner-/Pfadangaben.
Das nächste mal bitte keine Farbspielereien im Board.

Gruß Corvulus
 
sry wegen den farben .
Jetzt sieht das offline auch verkehrt aus. Muss ich vllt ein älteres Html in den doctype einfügen ?
mfg
LB-S

die pfade stimmen habe ich schon 2x überprüft
 
Werbung:
Das kann ich dir auf Anhieb nicht sagen, aber wenn es dadurch auf deinem Rechner auch falsch ist, dann liegt es entweder daran, dass du eine andere Version eisntellen musst, oder das etwas invalide ist.

Gruß Corvulus
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben