| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| viva colonia Registriert seit: Jan 2005 Ort: Köln
Beiträge: 255
| Positionierung für IE
Hallo, habe jetzt schon diverse Dinge ausprobiert, aber ich bekomme es nicht hin eine div im IE center und bottom zu platzieren. Evtl. kann mir jemand einen Tipp geben, wäre super! Z.Zt. sieht das style so aus (im FF stimmts im IE sitzt content_main rechts): Code: *{
margin:0;
padding:0;
}
body {
margin:0;
padding:0px;
background:url(images/bg.jpg) #176fdc repeat-x fixed bottom;
text-align:center;
}
#wrapper {
text-align:center;
margin:0 auto;
position:fixed;
bottom:0;
}
#content_main {
width:100%; height:618px;
background:url(images/bg_wrapper.jpg) center no-repeat;
position:fixed;
bottom:0;
text-align:center;
}
* html #content_main {
background:url(images/bg_wrapper.jpg) center no-repeat;
width:984px; height:618px;
position:absolute;
bottom:0;
} Gruß seth Lösung für IE: Code: * html #content_main {
margin-left:-492px;
text-align:center;
background:url(images/bg_wrapper.jpg) center no-repeat;
width:984px; height:618px;
position:absolute;
} Geändert von seth1976 (27-05-2006 um 12:15 Uhr) |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |