ja, mit Deinem Lösungsvorschlag klappt es. Danke.
Alles ein wenig mysteriös ![]()
Habe das Ganze dokumentiert:
http://www.lohercom.de/firefox_xhmtl.html
ja, mit Deinem Lösungsvorschlag klappt es. Danke.
Alles ein wenig mysteriös ![]()
Habe das Ganze dokumentiert:
http://www.lohercom.de/firefox_xhmtl.html
Bitte schau hier:
Hier das Ganze zum Betrachten: http://www.lohercom.de/firefox.html<br>
Zitat von Dr. Evil
Danke für Euere Tipps... ich habe herausgefunden, dass alles wunderbar funktioniert, wenn ich die Doctype auskommentiere... oh weh...:
<!--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #FFFFCC;
height:100%;
background: url(pixs/bckgrd_blue_corner.gif) bottom left no-repeat;
}
-->
</style>
<body>
<h1>h1-headline</h1>
<p>The little Absatz that makes me happy</p>
<h2>h2 -headline</h2>
</body>
</html>
Alles anzeigen
Hier das Ganze zum Betrachten: http://www.lohercom.de/firefox.html
Wenn ich über CSS ein Bild in body einbaue, wird die Position nicht korrekt dargestellt. Wer weiß Bescheid?
CSS-Code:
body {
background-color: #FFFFCC;
background-image: url(pixs/bckgrd_blue_corner.gif);
background-repeat: no-repeat;
background-position: left bottom;
}