Hallo Gemeinde,
komm irgendwie nicht weiter. Versuche für eben jene struktur 100% hohe zu erzeugen, sodass der footer immer am unteren rand erscheint.
fotter soll eine Höhe von 30px erhalten
Gruß
derTrallala
komm irgendwie nicht weiter. Versuche für eben jene struktur 100% hohe zu erzeugen, sodass der footer immer am unteren rand erscheint.
fotter soll eine Höhe von 30px erhalten
Code:
<!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 = "en" lang = "en"> <head> <title>test</title> <meta http-equiv = "Content-Type" content = "text/html; charset=utf-8"> </head> <body id = "home"> <div id = "main-body"> <div id = "header"> <div id = "logo"> </div> <div id = "nav"> </div> </div> <hr> <div id = "content"> content </div> <!-- end #content --> <hr> <div id = "sidebar"> sidebar </div> </div> <!-- end #sidebar --> </div> <!-- end #main-body --> <hr> <div id = "footer"> footer </div> </body> </html>
derTrallala
Kommentar