Topic: background image not coming up in gallery...
Instead of my desired background image, I am getting a green background in the gallery. I adjusted the index.html file with the following line:
var params={};
params.wmode="transparent";
And I added the image to the gallery.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery maxImageWidth="500" maxImageHeight="700" textColor="333333" frameColor="ffffff" frameWidth="5" stagePadding="40" navPadding="40" thumbnailColumns="6" thumbnailRows="1" navPosition="bottom" vAlign="center" hAlign="center" title="" enableRightClickOpen="false" backgroundImagePath="artgallery/gallery.jpg" imagePath="" thumbPath="">
What silly little thing am I missing?