Hallo Forum,
ich mache gerade eine Homepage, aber leider wird sie im Internet Explorer nicht richtig angezeigt.
Habs mit dem FF und google Chrome getestet, funzt super nur eben im IE nicht.
So siehts normal aus:
http
/img709.imageshack.us/img709/33/677634.png
So siehts im IE aus:
http
/img41.imageshack.us/img41/5561/534667536745t.png
Hier ist der quell:
Und hier die css datei:
Hoffe mir kann jemand helfen. Möchte das es in allen Browsern angezeigt wird
ich mache gerade eine Homepage, aber leider wird sie im Internet Explorer nicht richtig angezeigt.
Habs mit dem FF und google Chrome getestet, funzt super nur eben im IE nicht.
So siehts normal aus:
http
/img709.imageshack.us/img709/33/677634.pngSo siehts im IE aus:
http
/img41.imageshack.us/img41/5561/534667536745t.pngHier ist der quell:
Code:
Homepage Design © Eddy² & Immortal2 Team
Und hier die css datei:
Code:
#all {
min-height: 100%;
width: 100%;
position: absolute;
top: 0;
background-image: url(images/bg.png);
background-repeat: repeat-y;
background-position: center;
}
#top {
min-height: 50px;
width: 100%;
position: absolute;
top: 0;
background-image: url(images/top.png);
background-repeat: no-repeat;
background-position: center top;
}
#bottom {
min-height: 50px;
width: 100%;
position: absolute;
bottom: 0;
background-image: url(images/bottom.png);
background-repeat: no-repeat;
background-position: center bottom;
}
Hoffe mir kann jemand helfen. Möchte das es in allen Browsern angezeigt wird
Zuletzt bearbeitet von einem Moderator: