CSS Bildpositionierung bei Firefox/Opear

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • #16
    und da ein
    PHP-Code:
    #barountenrechts {
    margin-top20px;
    padding-left623px;
    }
    html #barountenrechts {
    font-size0px;
    margin-top10px;

    gruß
    peter
    Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
    Meine Seite

    Kommentar


    • #17
      Hi, da bin ich wieder. OK also habe nun folgenden Code drin:

      #barountenrechts {
      margin-top: 20px;
      padding-left: 623px;
      }
      * html #barountenrechts {
      font-size: 0px;
      margin-top: 10px;
      }
      /* IE 7*/
      >body #barountenrechts {
      margin-top: 10px; // MARGIN
      }

      Ergebnis:

      FF OK, Opera OK, IE nicht OK - Grafik sitzt immer noch zu tief.

      Vielleicht sieht#s bei Dir ja OK aus, dann stimmt irgendwas mit meinem IE nicht. Ansonstzen weiß ich auch nicht. Änderungen an:

      /* IE 7*/
      >body #barountenrechts {
      margin-top: 10px; // MARGIN
      }

      wirken sich leider immer noch nicht aus.

      LG
      Torsten

      Kommentar

      Lädt...
      X