Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 05.05.2011, 18:04
Nils94 Nils94 ist offline
Nils94.net Inhaber
neuer user
Thread-Ersteller
 
Registriert seit: 05.05.2011
Beiträge: 4
Nils94 befindet sich auf einem aufstrebenden Ast
Standard Problem mit Top:auto;

Hallo,
ich habe hier mal eine Testwebseite erstellt:
HTML-Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> My Website </title>

<style type="text/css">

   /* TEXT STYLES */

.textstyle0 {font-family:Arial;font-weight:normal;font-style:normal;font-size:12pt;text-decoration:none;color:#000000;}


   /* OBJECT STYLES */

div.Object21 { position:absolute; top:4px; left:2px; z-index:auto; }
div.Object22 { position:absolute; top:458px; left:1px; z-index:auto; }
div.Object23 { position:absolute; top:auto; left:6px; z-index:auto; text-align:left; width:594px; }



   /* BODY STYLES */

body {
 margin:0px;
 padding :0px;
 text-align:center;
 height:auto;
 width:100%;
 background-color: #ffffff;
}


   /* LINK STYLES */

A:link { color:#000000;}

A:visited  { color:#000000;}

A:hover  { color:#ff0000;}

   /* IMAGE STYLES */

img { border:0 none}



   /* CONTAINER RULES */

#container { position:relative; top:auto; margin:auto auto 0 auto; height:auto; width:600px; text-align:left; padding-left:0px;}

</style>
</head><body>
<div id="container">

<div class="Object21"><img src="index-Dateien/IMG_0.jpg" alt="" width="595px" height="141px"></div>

<div class="Object22"><img src="index-Dateien/IMG_1.jpg" alt="" width="597px" height="21px"></div>

<div class="Object23"><span class="textstyle0">Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>
>Content<br>>Content<br>>Content<br>
</span></div>
</div>

</body></html>
Er soll den Footer immer ganz unten auf der Webseite anzeigen.
Nur leider bekomme ich es nciht hin!
Hier mal ein Screenshot:

Ich hoffe Ihr könnt mir helfen

Geändert von Nils94 (05.05.2011 um 18:06 Uhr)
Mit Zitat antworten
Sponsored Links