• Aktualisierte Forenregeln

    Eine kleine Änderung hat es im Bereich Forenregeln unter Abschnitt 2 gegeben, wo wir nun explizit darauf verweisen, dass Forenkommentare in unserer Heftrubrik Leserbriefe landen können.

    Forenregeln


    Vielen Dank

Style der HP mit CSS --> IE bekommts nicht gebacken

  • Ersteller Ersteller ich98
  • Erstellt am Erstellt am
I

ich98

Gast
Hi
ich hab meine HP http://blackhawk.bl.ohost.de mit CSS gestaltet.
Also völlig frei von Tabellen oder Frames.
Nun im Firefox, Opera usw. sieht die Seite so aus, wie sie aussehen soll, nur wenn man die Seite mit dem IE öffnet ist sie total enstellt.
Mit welchen Angaben kommt der IE nicht klar:
Code:
body {
  font-size:12px;
  padding: 0px;
  margin: 0px;
  background-color:#FFFFFF ;
  }
#logo {
  position: relative;
  top: 20px;
  margin: 0px auto;
  height:181px;
  width: 824px;
}
#box {
  position:relative;
  top: 50px;
  left: 150px;
  height:600px;
  width: 700px ;
  font-family:Verdana;
  background-color:#FFFFFF ;
}
#links {
  position: fixed;
  top: 232px;
  left: 10px;
  width: 120px;
  height: 400px;
  font-size: 22px;
  font-family:Comic Sans Ms;
  overflow: hidden; }

#unten {
  position: relative;
  top: 50px;
  margin: 0px auto;
  font-size:12px;
  font-family:Arial;
}

  a:link, a:visited, a:active, a:hover {font-weight:bold; color:#7F7F7F;}
	a:active, a:hover {color:#FF5F00;font-weight:bold;}

Gruß
 
ich98 am 03.04.2006 21:34 schrieb:
Eol_Ruin am 03.04.2006 21:32 schrieb:
Der I-Explorer kennt das position: fixed nicht!

das ist mist, denn dann geht der schöne Effekt nicht, wo es so scheint, als würde das Menü mitwandern. ;-(

Genau!
Probiers mal mit diesem Workaround:
http://de.selfhtml.org/css/layouts/fixbereiche.htm#fixiert_ie

Oder hier:
http://www.fabrice-pascal.de/artikel/posfixedie6/
 
Zurück