Bild Position IE6 / IE7 und Firfox

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

  • Bild Position IE6 / IE7 und Firfox

    Versuche gerade ein bild mittig zu positionieren. Leider klappt es nicht beim IE 7. Im FF und IE6 wird alles korrekt dargsetllt.

    PHP-Code:
           .top1 a {
        
    position:relative;
        
    display:right;
        
    padding:6px;    
            
    text-align:center;
        
    margin:0px 0px 0px 0px;
        
    display:block;
        
    background:#fff;
        
    border:solid 1px #ccc;
        
    width200px;

    Auch wenn ich eine extra CSS anlege, nur für den IE7, kriege ich die positionierung nicht wirklich richtig hin.

    Danke

  • #2
    Schon versucht auf text-align zu verzichten und ein margin-left:auto margin-right:auto zu machen ?

    Gruss

    tobi
    Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

    [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
    Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

    Kommentar


    • #3
      Danke! Klappt

      Kommentar


      • #4
        display:right;
        Aua.

        Eigenschaften: display
        Gruß,

        CLick
        Du kannst jeden Tag wie deinen letzten leben, du musst nur jeden Tag das Gleiche tun.

        Denk' mal drüber nach!

        Kommentar


        • #5
          Aua.
          Nicht ganz so tragisch, weil er es ein paar Zeilen weiter unten wieder überschrieben hat

          Gruss

          tobi
          Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

          [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
          Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

          Kommentar

          Lädt...
          X