Hallo,
ich habe gerade Firefox 0.8 de installiert und mir gleich mal meine Seiten angeschaut. Dabei habe ich einen riesigen Schreck bekommen.
Bei der zweiten Seite kann ich es ja evtl. noch verstehen, da ich hier wirklich getrickst habe, aber bei Seite 1 war ich doch sehr verblüfft, vor allem weil der CSS Code dort 100% valide ist (bei Seite 2 zu 99% bis auf die IE specials).
Hier mal die stylesheets :
Seite 1
html { height:100%; margin:0; padding:0; }
body { font-size:11px; background-color:#B4B6CD; font-family:Verdana,Arial,sans-serif; color:#000040; height:100%; margin:0; padding:0; }
#rahmen { width:100%; height:100%; text-align:center; }
#box1 { text-align:left; left:20%; width:60%; height:25%; margin-top:20px; padding:5px; background:#EED751; overflow:auto; border-style:solid; border-color:#000040; border-width:1px; }
#box2 { text-align:left; left:20%; width:60%; height:60%; margin-top:20px; padding:5px; background:#EED751; overflow:auto; border-style:solid; border-color:#000040; border-width:1px;}
#box3 { width:37px; min-width:37px; }
Seite 2
html { height:100%; margin:0; padding:0; }
body { font-size:11px; background-color:#004080; font-family:Arial,sans-serif; color:#D0CC68; height:100%; margin:0; padding:0; }
.ro { background:url("gfx/box_ro.gif") top right no-repeat; margin:0; padding:0; height:100%; }
.lo { background:url("gfx/box_lo.gif") top left no-repeat; margin:0; padding:0; height:100%; }
.ru { background:url("gfx/box_ru.gif") bottom right no-repeat; margin:0; padding:0; height:100%; }
.lu { background:url("gfx/box_lu.gif") bottom left no-repeat; margin:0; padding:0; height:100%; }
.inhalt { margin-top:15px ; padding:0px; color:#000000; background:#c1bd75; height:90%; width:75%; overflow:auto; }
.rahmen { width:100%; height:100%; text-align:center; }
.box1 { width:33%; height:100%; float:left; margin:0; padding:0; background:transparent; }
.box2 { width:33%; height:100%; float:left; margin:0; padding:0; background:transparent; }
.box3 { width:33%; height:100%; float:left; margin:0; padding:0; background:transparent; }
.clear { clear: both; }
Alles anzeigen
Auf der Seite 1 sollten die Textboxen eigentlich mittig stehen und auf der Seite 2 die Textboxen inkl. Scrollbalken innerhalb der 3 Grafik-Boxen, aber irgendwie scheint FF die Positionierungen nicht korrekt zu interpretieren. Unter IE6 sieht natürlich alles stimmig aus ...
Any ideas ?
Edit: Ups, sorry für's posten in's falsche Forum
Edit 2 : Ach, Opera 7 hat genau die gleichen Darstellungsprobleme wie FF ...