I installed this mod, uploaded my images, and then edited the CSS file to reflect my image sizes.
Issue 1: In Internet Explorer 8, only two of the three attribute thumbnails are displayed, and of those, each is shown twice (side by side as if one image) and is enlarged and fuzzy.
Issue 2: In Firefox 3.6, only two of the three attribute thumbnails are displayed. The third one is represented by text, but no image.
Example
I believe the issue is with the CSS, particularly this section:
Code:
/*currently hidden attribute image*/
a.attribRoll i
{
display:block;
position:absolute;
left:-9999px; opacity:0;
-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
Can you advise on a fix?
Bookmarks