ich habe mit meiner seite Fanrat-ETC e.V. - Fans, Eishockey und Crimmitschau folgendes problem. Im IE 5,5 und 6 werden die bilder im content nicht angezeigt. Das bild ist zwar da (wenn man mit der maus drüber fährt erscheint der alt-text) es ist aber so zu sagen unsichtbar. Das problem tritt aber auch nur auf, wenn das bild auf align=left gesetzt ist. wenn ich die formatierung weglasse, wird das bild angezeigt. hat jemand eine idee was da los ist?
ich benutze das theme Acid Green Pro. mit anderen themes werden die bilder normal wie gewünscht angezeigt.
hier noch die aus meiner sicht relevanten angaben aus der css datei:
*/
/** These lines are for IE6 only **/
* html #content, * html .entry_firstpost, * html .entry {
position: relative;
}
ul.readmore {
list-style: none;
padding: 0px;
margin: 0px;
color: #c10000;
}
/** Removes any image borders **/
img {
border: none 0px;
}
.main {
border: none 0px;
margin: 0px;
padding: 0px;
width: auto;
}
.main img {
border: 0px;
margin: 0px;
padding: 0px;
}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 3px 10px 5px 0px;}
img.right {display: inline; margin: 0 0 5px 10px;}
p {margin: 3px 0 10px 0; padding: 0;}
.entry{
background: #ffffff;
padding: 0px;
margin: 0px;
}
.navigation{
background: url(/bg-sidebar.jpg);
padding: 10px 0px;
margin: 0px 10px;
}
.navigation a {
font-weight: bold;
}
.entry2 {
padding: 5px 15px 0px 15px;
margin: 0px;
}
.latest{
background: #ffffff;
padding: 15px 5px;
margin: 0px 10px;
}
.entry_firstpost{
background: #ffffff;
padding: 0px;
margin: 0px;
}
.latest_firstpost{
background: #ffffff;
padding: 15px 5px;
margin: 0px 10px;
}
h1 a img {
border: none 0px;
text-decoration: none;
}
/** END ADDED **/