Open GoogleCodeExporter opened 9 years ago
Ok, apparently adding providing the other dimension and using "auto" as the
value fixes this. It was a sudden chance that I tried this. My apologies.
However, it is still weird that IE7 would follow the CSS standards normally
(like the other browsers), but chooses to mis-behave when loading the
Galleriffic images (unlike the other browsers).
Original comment by q0652...@gmail.com
on 14 Oct 2010 at 5:36
YES! this fixes it. Galleriffic css file should be changed to this for IE7 to
work like firefox does. Nice one q0652227!
div.slideshow img {
border-style: solid;
border-width: 1px;
width:auto;
height:auto;
}
Original comment by garyka...@hotmail.com
on 21 Oct 2010 at 7:54
Original issue reported on code.google.com by
q0652...@gmail.com
on 14 Oct 2010 at 5:11