Using the current acidfree-5.x-1.x-dev.tar.gz release image thumbnails appear well outside of the background color (e.g., as it's displayed on the homepage). After a bit of debugging I tracked the problem down to 'div-acidfree-thumbnail'.
Original (screenshot):
div.acidfree-thumbnail {
position: relative;
margin: 0 auto 0 auto;
}Changed to (screenshot):
div.acidfree-thumbnail {
position: relative;
_position: none; /* for IE 6 */
margin: 0 auto 0 auto;
}====
Comments
Comment #1
jaredwiltshire commentedHi, i wrote the new theme for acidfree and I did test it with IE6.
What operating system and theme are you using?
Comment #2
Caleb G2 commentedWindows XP and the Barlow theme. Yeah, I didn't try it with any other themes so maybe it's a theme specific issue (?). I dunno.
Comment #3
mwheinz commentedClosing. No activity in more than 2 years.