I was able to get the background image to show as a sand gallery for a friends website I am doing. but on the section that displays the image name and "image details" link on the album pages refuses to blend in with the background. my first thought was to insert a style="visibility: hidden;" within the tags, but it made it dissappear.
I cannot figure out for the life of me what to put in the following code block to make it blend in with the background image
<div class="download">
<?php if (isImageVideo()) { $downLoadText=gettext('Video'); } else { $downLoadText=gettext('Image'); } ?>
<a>" title="<?php echo gettext('Detail Page: '); ?><?php echo getImageTitle(); ?>"><?php echo $downLoadText.gettext(' Details'); ?></a>
<?php if ($zpgal_download_link) { ?><a>" title="<?php echo gettext('Download: '); ?> <?php echo getImageTitle(); ?>"><?php echo gettext('Download ').$downLoadText; ?></a><?php } ?>
</div>
</div>
http://blackwidowtechnology.com/zen/index.php?album=Necklaces
is a link example of it, Any help would be greatly appreciated.