Topic: Cannot click all thumbnails after resizing
SimplerViewer is working well for me, but I am experiencing a weird problem (only in firefox, no problem in IE8):
All thumbnails are clickable when the browser window is maximized, but if I resize the browser window, some (random) image thumbnails no longer respond to the mouse click event (i.e. you can't click them).
My data.xml file contains:
<simpleviewergallery maxImageWidth="1024" maxImageHeight="1024" textColor="0x00C0C0" frameColor="0x000000" frameWidth="0" stagePadding="40" navPadding="40" thumbnailColumns="3" thumbnailRows="4" navPosition="left" vAlign="top" hAlign="center" title="Characters and Puppets" enableRightClickOpen="true" backgroundImagePath="gallery-background.jpg" imagePath="../galleries/01/" thumbPath="../galleries/01/thumbs/">
My data.htm file sets two variables and a parameters:
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "#FFFFFF");
fo.addVariable("xmlDataPath", "data.xml");
fo.addParam("wmode", "transparent");
fo.addVariable("preloaderColor", "0x00C0C0");
Usually it is the top one two or three rows of thumbnails that cannot be clicked. Any ideas on fixing this for firefox?
Last edited by faxedhead (2009-10-08 13:36:13)