Zurück   Flashforum > Alternative Technologien > HTML und CSS

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 26-05-2006, 15:04   #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)
seth1976 ist offline   Mit Zitat antworten
Antwort

Lesezeichen

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 sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 10:20 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele