coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: B737Capt on October 02, 2004, 08:04:09 AM

Title: Problem with slide show
Post by: B737Capt on October 02, 2004, 08:04:09 AM
I have two problems with slide show.

1. I can't see the "STOP SLIDESHOW" link at the bottom unless my curser is over it.  Is the color for this in CSS(probably)?  If so which one controls that link?

2. There is a very large amount of empty space above and below the pictures in slide show.  Where can I fix this problem?
Title: Re: Problem with slide show
Post by: Casper on October 02, 2004, 10:26:44 AM
1.  It is the 'navmenu' class.  if you don't want to change it for other navmenu items, find this code in displayimage.php, and change the class;
<td align="center" class="navmenu" style="white-space: nowrap;">
                        <a href="javascript:endSlideShow()" class="navmenu">{$lang_display_image_php['stop_slideshow']}</a>
                </td>


2.  http://forum.coppermine-gallery.net/index.php?topic=2905.msg12870#msg12870

Note for future, we have a 1 question per thread rule.