• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Aktueller Inhalt von plampe85

  1. P

    Float Kompatibilitätsmodus IE9 Problem

    Hallo MrMurphy und danke für deine Zeit! Es fehlt nur der <html> </html> Tag. Mehr Tags und CSS gibt es nicht. Also : <html> <head> <style type="text/css">#box1 { background-color: #F00; height: 100px; width: 100px; float: left; } #box2 { background-color: #0F0; height: 200px; width...
  2. P

    Float Kompatibilitätsmodus IE9 Problem

    Ich hab jetzt mal für die erste box 100px in die höhe eingestellt. Für die 2 Box habe ich 200px höhe eingestellt. Wenn ich nun nicht float:left für die Box1 einstelle, so wird die 2 Box mit seinen 200px unter die 1 Box positioniert. Mit float:left sehe ich die 1Box und nur 100px von der Box2...
  3. P

    Float Kompatibilitätsmodus IE9 Problem

    Danke für die Info. Nur warum wird im meinem Bsp dann die Box 2 von der Box 1 verdeckt. Sry wenn ich mich bisschen Schwerfällig anstelle
  4. P

    Float Kompatibilitätsmodus IE9 Problem

    Hallo, ich hab ein kleines Verständnisproblem mit dem CSS Befehl *float* und dem Kompatibilitätsmodus des IE9 . Nehmen wir mal an ich habe eine Internetseite mit 2 farbigen DIV Boxen: html: <body> <div id="box1"></div> <div id="box2"></div> </body> css: #box1 { height: 280px; width: 313px...
Zurück
Oben