Einzelnen Beitrag anzeigen
  #5 (permalink)  
Alt 24.05.2012, 11:49
Skippy Skippy ist offline
Neuer Benutzer
neuer user
 
Registriert seit: 24.05.2012
Beiträge: 1
Skippy befindet sich auf einem aufstrebenden Ast
Standard

Hallo

Ich habe gerade ein kleines Problem mit meinem Hintergrundbild meiner Website und bin auf diesen Thread gestoßen, weshalb ich mich hier gleich mal angemeldet habe....

Da ich auch mit sämtlicher Hilfe aus dem Internet nicht weiterkomme, hoffe ich, dass ihr mir weiterhelfen könnt.

Mein Hintergrundbild verschiebt sich beim Verkleinern der Fenstergröße. Da ich absolut keine Ahnung von CSS, Html oder sonstwas habe, funktionierts auch nicht mit Anleitungen ausm WWW.
Ich hab das Hintergrundbild für den body definiert, was glaube ich, genau der Fehler ist. Wie kann ich das nun beheben?

Hier mal der Quellcode:

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Adobe GoLive" />
<title>Unbenannte Seite</title>
<link href="css/basic.css" type="text/css" rel="stylesheet" media="all" />
<style type="text/css" media="all"><!--
body { background-image: url(Layout-Dateien/hintergrund.jpg); }
.dsR5 /*agl rulekind: base;*/ { position: absolute; top: 0; left: 0; width: 1024px; height: 217px; }
.dsR8 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 0; width: 102px; height: 39px; }
.dsR11 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 102px; width: 74px; height: 39px; }
.dsR14 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 176px; width: 133px; height: 39px; }
.dsR16 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 309px; width: 135px; height: 39px; }
.dsR19 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 444px; width: 93px; height: 39px; }
.dsR22 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 537px; width: 88px; height: 39px; }
.dsR25 /*agl rulekind: base;*/ { position: absolute; top: 217px; left: 625px; width: 399px; height: 39px; }
.dsR26 /*agl rulekind: base;*/ { width: 1025px; height: 560px; }
--></style>
</head>

<body>
<div align="center">
<div class="dsR26" style=" position: relative; -adbe-g: p,4,4;">
<div>
<img class="dsR5" src="Layout-Dateien/banner.jpg" alt="" height="217" width="1024" border="0" /><img class="dsR8" src="Layout-Dateien/uebermich1.jpg" alt="" height="39" width="102" border="0" /><img class="dsR11" src="Layout-Dateien/galerie1.jpg" alt="" height="39" width="74" border="0" /><img class="dsR14" src="Layout-Dateien/auftraege1.jpg" alt="" height="39" width="133" border="0" /><img class="dsR16" src="Layout-Dateien/westernhorses1.jpg" alt="" height="39" width="135" border="0" /><img class="dsR19" src="Layout-Dateien/gaestebuch1.jpg" alt="" height="39" width="93" border="0" /><img class="dsR22" src="Layout-Dateien/kontakt1.jpg" alt="" height="39" width="88" border="0" /><img class="dsR25" src="Layout-Dateien/rest.jpg" alt="" height="39" width="399" border="0" /></div>
</div>
</div>
</body>

</html>

Wäre super, wenn ihr mir da weiterhelfen könntet!

Vielen lieben Dank schonmal....

Skippy
Mit Zitat antworten