Hallo Zusammen
Ich habe ein problem mit der horizontalen darstellung von Bildern im internet explorer. der befehl Display: inline will einfach nur im firefox funkzionieren, im IE werden die bilder leider immer nur vertikal angeordnet. display inline-block geht auch nicht ...
es wär super wenn jemand eine lösung hat!
hier der link
Manfred Stumpf » Computergrafiken
und der l css code:
HTML
#content img {
list-style-type: none;
padding:30px;
background-color:#FFFBD8;
margin-top:30px;
margin-bottom:30px;
display:inline;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
Alles anzeigen
danke
anton