CSS Image Gallery Support Product Page

This topic was archived

Move navigation

Asked 06 May 2009 18:09:27
1
has this question
06 May 2009 18:09:27 Michelle Pasquale posted:
Hi,

Has anyone figured out a way to move the navigation so that it is not on top of the image? Most of my clients do not want the navigation and captions to be on top of the images, but I have been unable to figure out a fix for this.

Thanks,
Michelle

Replies

Replied 07 May 2009 11:48:41
07 May 2009 11:48:41 Teodor Kuduschiev replied:
Hello Michelle,

As far as i can understand your question - you can move the navigation buttons by editting the .dmxGallery a.dmxPause , .dmxGallery a.dmxPlay , .dmxGallery a.dmxPrevious, and .dmxGallery a.dmxNext properties bottom value in your dmxgallery.css, to match your desired height.
e.g.
.dmxGallery a.dmxNext
{
	position: absolute;
	bottom: 5px;  <--- this value
	right: 2px;
	width: 40px;
	height: 40px;
	background-image: url( 'controlbl_next.png' );
	background-position: right top;
}

Reply to this topic