Forums

This topic is locked

html5 slideshow - how can i remove all descriptions?

Posted 09 Jul 2011 22:50:26
1
has voted
09 Jul 2011 22:50:26 Christos Markos posted:
Hi,
I am trying to have my html5 slideshow run without any descriptions ever showing with the images.
I am using html5 slideshow with dreamweaver cs5.5 on a mac.
I have set the duration speed to 0 however a mouse over forces the description to appear.
I would like to remove the descriptions completely and let the show run with images only.

ALSO I can get the show to appear in 'live view' but when I preview in safari I only get a broken image link with each picture. How do I fix the broken image links for previewing ?

thank you in advance,
christos

Replies

Replied 13 Mar 2012 22:56:02
13 Mar 2012 22:56:02 Lar Ro replied:
This can be done by adding CSS to the page your Slideshow is running on. OR copy and rename the DMZzone CSS and edit the copy. Best bet is to put it in the head of your web page.
Main class, use this in every rule so no other components get effected

DMX puts an explaination of all the CSS classes in their CSS so you know what class to use to modify the CSS.

Thanks DMXzone.
--
.dmxSlideshow - Main container

Other classes:
.dmxSlide - Slide container
.dmxDescription - Description container
.dmxControlbar - controlbar container
.dmxControl - the control button

other important combination:
.dmxSlide img - The image
.dmxDescription h4 - Description title
.dmxDescription p - Description text
.dmxDescription.top - Description positioned at top
.dmxDescription.bottom - Description positioned at bottom
.dmxControl.first - Control button first
.dmxControl.prev - Control button prev
.dmxControl.pause - Control button pause
.dmxControl.play - Control button play
.dmxControl.next - Control button next
.dmxControl.last - Control button last

Reply to this topic