Ultimate Fade-in slideshow (v2.4)
http://www.dynamicdrive.com/dynamici...nslideshow.htm
Not really a problem, just a question - How does one centre the text on the popup?
Ultimate Fade-in slideshow (v2.4)
http://www.dynamicdrive.com/dynamici...nslideshow.htm
Not really a problem, just a question - How does one centre the text on the popup?
You mean the caption on top of the image?
The <div> that contains the text has the classdescpanelfg.
The simple solution to this will be to add the following CSS either to <style> tags in the <head> section of your page or to add it to an external .css file. Remember: the order of CSS does matter, so if it doesn't work at first it may be because there is another CSS property that left-aligns it. You can move it to a lower place in the page's source code (if it is set after the old setting, it will use this newer setting), or you can add !important.
Code:div.descpanelfg { text-align:center; }
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks