Hallo Wordpressler!
Ich bin momentan an der Anpassung eines Themes/Templates dran und habe ein Problem das ich irgendwie nicht gelöst bekomme.
Wenn ihr euch die folgende Seite im Internet-Explorer anschaut, werdet ihr direkt sehen was ich meine...
Über uns Bestattungen Mustermann
Das Problem tritt wie immer nur im IE auf, in Firefox ist der Footer da wo er hingehört...ganz nach unten!!!
Ich hab schon einiges ausprobiert, da ich aber nicht gerade der php/css crack bin, würde ich mich freuen wenn mir jemand einen kleinen Tipp geben könnte wie der Footer auch im IE nach unten rutscht...
Hier sie Stylecheets:
Code
* footer */
#footer-wrapper {
background:#9F8852;
clear: both;
width: 1000px;
margin: 0 auto;
text-align: left;
color:#333;
font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
padding-left: 0;
}
#footer-wrapper h3 {
font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
color: #ABABAB;
padding-left:35px;
}
#footer-wrapper a {
color: #2fa1b8;
background: transparent;
}
#footer-wrapper ul.footer-list {
list-style: none;
padding: 0;
margin: 0;
}
#footer-wrapper ul.footer-list li{
margin: 0;
padding: 0;
margin-left: 0;
padding-left: 0;
}
#footer-wrapper ul.footer-list li li {
border-bottom: 1px solid #f1f1f1;
}
#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
display: block;
width: 100%;
line-height: normal;
font-weight: bold;
padding: 4px 0;
border: none;
margin-left: 0;
padding-left: 0;
color: #656565;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
color: #444;
font-style: italic;
font-weight: normal;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span,
#footer-wrapper ul.footer-list li li a:hover span {
color: #333;
text-decoration: none;
}
#footer {
float: left;
width: 100%;
padding: 0;
margin-left: 5px;
margin-top: 10px;
padding-bottom: 15px;
}
#footer-bottom {
background:#9F8852;
clear: both;
width:100%;
margin: 0 auto;
color:#fff;
}
#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
color: #f5feff;
background: transparent;
}
#footer-bottom .bottom-left a:hover, #footer-bottom .bottom-right a:hover {
text-decoration:underline;
}
#footer-bottom .bottom-left {
float: left;
padding-left:15px;
font-size: 95%;
}
#footer-bottom .bottom-right {
text-align: right;
padding-right:15px;
font-size: 95%;
}
.bottom-col-one {width: 32%; float: left; }
.bottom-col-two {width: 32%; float: left; }
.bottom-col-three {width: 32%; float: left; }
Alles anzeigen
Vielen Dank schon mal für eure Hilfe!!!
grüsssssssse
Mark