Versuche gerade ein bild mittig zu positionieren. Leider klappt es nicht beim IE 7. Im FF und IE6 wird alles korrekt dargsetllt.
Auch wenn ich eine extra CSS anlege, nur für den IE7, kriege ich die positionierung nicht wirklich richtig hin.
Danke
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;
width: 200px;
}
Danke
Kommentar