[HTML] Footer bei DIV Lay

empty.threat
Hallo,

vielleicht kann mir ja jemand helfen.
Und zwar hab ich für eine Freundin eine kleine Seite gebastelt (gerade noch im Aufbau) und da würde ich gern noch einen Footer einbauen.
Leider hab ich keine Ahnung wie das funktioniert....

Hier der Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
<html>
<head>

<title>ChocoAussie</title>

<style type="text/css">
<!--
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}
a:link {
color: #000000;
text-decoration:none;
}
a:visited {color: #000000;
text-decoration:none;
}
a:active {color: #000000;
text-decoration:none;
}
a:hover {color: #000000;
text-decoration:none;
}
-->
</style>


</head> 
<body style="background-image:url(http://chocoaussie.ch.funpic.de/aufbau/body.jpg)">

<div style="position: absolute; left: 00; top: 0px;">
<img src="http://chocoaussie.ch.funpic.de/aufbau/desi.jpg" border="0">
</div>

<div style="position: absolute; left: 17px; top: 291px; width: 753px;">


Startseite












</div>


<div style="position: absolute; left: 10px; top: 228px; width: 526px;">

<a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Home</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Collin</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Über mich</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Aussie</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Rettungshunde</font></a> | <a href="http://chocoaussie.ch.funpic.de">
<font color="#290001">Sport</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Fotos</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Links</font></a> | <a href="http://chocoaussie.ch.funpic.de"><font color="#290001">Gästebuch</font></a> 
</div>



</body>
</html>



Wie geht das jetzt?
Wäre toll, wenn mir jemand helfen könnte!
Steffi.
kannst du dein div nicht in eine tabelle setzten und dann unter der div-spalte den footer als neue tabellenspalte?
Melli
Suche benutzen :>
Moment ich such den Thread mal für dich :o

Footer bei einem Divider-Layout

Ist zwar etwas schwierig, aber mit etwas CSS-Kenntnis klappt es ;>
empty.threat
Und wenn man kein Plan von CSS hat großes Grinsen ?
anna.
Man könnte es auch mit einem Table-Lay lösen, dazu gibt es ebenfalls genügend Tutorials. großes Grinsen
empty.threat
Aber dann hab ich kein Lay, das sich sich nach unten verlängern lässt, oder?