Webstatt.org - Community seit 2006 - 2012 (2024?)

IE zeigt BG falsch an.

Avatar user-129
20.01.2007 14:46

Also beim IE wird der Hintergrund unten abgeschnitten. Ich hab keine Ahnung warum und hoffe das ihr mir helfen könnt.

Der CSS-Code
/*Basic Config*/
body {
background-color: #222a2e;
color: #FFF;
font-family: Verdana;
font-size: 12px;
height: 100%;
}/*ID Config*/
#content {
position: absolute;
bottom: 230px;
left: 35px;
width: 600px;
height: 257px;
background-image: url(../images/welcome.gif);
background-repeat: no-repeat;
padding-left: 60px;
}
#footer {
position: absolute;
bottom: 0px;
left: 0px;
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
background-attachment: scroll;
width: 100%;
height: 227px;
}


gruß user-129

links = FF
rechts = IE

Avatar user-162
20.01.2007 14:47

Link? Oder wenigstens dein Markup?

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
user-157
20.01.2007 14:52

Mach mal margin: 0; padding: 0; in body.

asdf!
Avatar user-182
20.01.2007 14:57

Vll. ein Problem wegen dem Boxmodell?

Seid ihr auch schon wix'r? xD
Avatar user-129
20.01.2007 15:08

sorry, aber ich hab grad gemerkt das es was mit dem IE plugin vom FF zu tun hat