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

Firefox funktioniert nicht mit Unterordnern

bseQ

Neues Mitglied
Hey,
Ich arbeite gerade an einer Webseite für einen guten Kumpel komplett in HTML/CSS.
Ich habe das Problem, dass der Firefox (lokal gibts keine Probleme) keine Bilder aus Unterordnern anzeigt. Der Internetexplorer zeigt mir die Webseite allerdings ordentlich an.

Ich weiß leider nicht mehr weiter.. Ich hoffe ihr könnt mir helfen.

Den Quelltext könnt ihr euch ja mit Rechtklick auf der Seite ansehen:
Simmitreter

CSS sieht wie folgt aus:
body {
background-color: #572121;
color: #86784B;
font-family: Verdana, Arial, sans-serif;
font-size:small;
}

#in{

position:absolute;
top:100px;
left:250px;

}

#wrapper {

position:absolute;
top:353px;
width:720px;
left:275px;
bottom:30px;
}



#links {
position:absolute;
left:25px;
top: 350px;
bottom:100px;
}


#links2 {
position:absolute;
left:1039px;
top: 350px;
bottom:100px;
}

#kopfbereich {
position:absolute;
left:250px;
top: 1px;
}

a {text-decoration: none;}
a:link { color: #572121;}
a:visited { color: #572121;}
a:hover, a:focus { text-decoration: underline; }


h2 { color: #86784B; font size: 70%; }
h3 { color: #86784B; }

}

Danke schon mal!

Gruß
Matti
 
Willkommen im Forum.

Du musst als „Verzeichnistrenner“ in URIs „/“ (Slash) verwenden, nicht das aus Windows bekannte „\“ (Backslash).
 
Herzlichen Dank!!
Da wäre ich nicht so schnell drauf gekommen, frage mich blos, warum ich überhaupt mit Backslash gearbeitet habe... nunja..

Gruß
Matti
 
Zurück
Oben