zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Footer in IE und Firefox

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 28.11.2006, 22:10
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 20.11.2006
Beiträge: 4
sa1003 befindet sich auf einem aufstrebenden Ast
Standard Footer in IE und Firefox

Hallo Leute,

ich habe das Problem, dass ich ein Template mit feststehendem Footer nur unter dem nicht-standardkonformen IE hinbekomme

Irgendwie will mir das für den Firefox nicht gelingen. Je nach Auflösung rutscht mir die Bildlaufleiste für den Content weg.

Zu sehen unter Genholter Hof - Familie Ingenrieth - Über uns.


Kann jemand helfen?

Greetz, Sa1003

HTML

<div id="container">
<div id="header">
<img src="templates/gs/images/Kopf-Ingenrieth.gif" height="87" align="right" alt="Logo Ingenrieth"></img>
</div>
<div id="mainnav">
<?php mosLoadModules('top'); ?>
</div>
<div id="mainnav2">
<?php mosLoadModules('top2'); ?>
</div>
<div id="user1">
<?php mosLoadModules('user1'); ?>
</div>
<div id="contents">
<?php mosMainBody(); ?>
</div>
<div id="user2">
<?php mosLoadModules('user2'); ?>
</div>
</div>


Und hier das CSS

html, body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #58585c;
background-color: #F5E0A6;
height:100%;
overflow:hidden;
}
#container
{
height:100%;
margin: 0;
text-align: left;
background-color: white;
}
#header
{
height:87px;
width:100%;
background-color: #58585C;
}
#mainnav
{
height:25px;
width:60%;
float:left;
background-color: #F5B600;
}
#mainnav2
{
height:25px;
width:40%;
float:right;
text-align:center;
background-color: #58585c;
}
#user1
{
height:60px;
width:100%;
background-color: #FAF0D4;
}

#contents
{
height:71.5%;
width:100%;
background-color: #F5E0A6;
overflow:auto;
}
* html #contents
{
height:expression(document.body.clientHeight - 193);
width:100%;
background-color: #F5E0A6;
overflow:auto;
}
#user2
{
position:absolute;
height:20px;
bottom:0px;
width:100%;
background-color: #F5B600;
text-align:left;
}
Mit Zitat antworten
Sponsored Links
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Footer container werden untereinander dargestellt... Ntracks CSS 10 07.08.2010 19:24
<ul> <li> Menü unter Firefox und IE6. Bin am verzweifeln! yonthebeach CSS 0 15.04.2008 10:06
Problem mit footer, Anzeige in Firefox und IE soaz CSS 10 06.09.2007 23:40
Footer: Geht über Rand hinaus beim Firefox Cheops07 CSS 7 29.01.2006 17:59
Footer Problem blub19 CSS 6 25.01.2005 12:46


Alle Zeitangaben in WEZ +2. Es ist jetzt 07:12 Uhr.