NextGEN Gallery in IE6 incorectlly displays images. In IE7, FF2 and Opera everything works fine. The plug in author says he doesn't support IE6 anymore. Does anybody has fix for IE6?
NextGEN Gallery in IE6 incorectlly displays images. In IE7, FF2 and Opera everything works fine. The plug in author says he doesn't support IE6 anymore. Does anybody has fix for IE6?
Hi!
Does ie6 display the images too big? I had that problem. Try this if you have the same problem: Add this in your style.css:
p img {
padding: 0;
max-width:697px;
width:expression(document.body.clientWidth > 697? "697px": "auto" );
}
(Of course add your own width)
Cheers!
This topic has been closed to new replies.