Closed GoogleCodeExporter closed 8 years ago
Sorry, I failed to mention that I'm using Slideshow2r147.
Original comment by andrewr...@gmail.com
on 26 Aug 2009 at 8:53
Your .slideshow wrapper has an overflow: hidden. The .slideshow-thumbnails
extend
below the boundry of the wrapper. Hence thumbnails do not appear.
You can either remove the overflow: hidden or increase the vertical height of
the
wrapper.
Original comment by aeron.gl...@gmail.com
on 26 Aug 2009 at 9:56
Many thanks - that has solved my problem.
Although it doesn't affect me now, you might consider...
1. Ensuring that the thumbnail <div> causes the parent to grow appropriately (by
putting it 2nd in the source?).
2. I also noticed that the main images were offset slightly to the right (now
corrected). This was because of a general CSS style I had for <img>'s.
However, in
general, your CSS is usually very careful to explicitly set all the relevant
values
for .slideshow-* elements. I wonder if it's worth you adding
".slideshow-thumbnails
a img {margin: 0}" to the default CSS. (It doesn't really bother me either way,
because I've got a perfectly good workaround, but it might help future users.)
Once again, many thanks for your assistance.
Andrew
Original comment by andrewr...@gmail.com
on 26 Aug 2009 at 10:45
Thank you for the comments. In general I find the more things I take control
over the
more bloated the script becomes and the less options are available without
hackery
(using !important to overrule JS styles, etc). Slideshow was always intended
for an
audience that was familiar with CSS and JS. The easier I make the script to just
"plugin and use" the more time I end up having to devote to supporting the user
base.
Original comment by aeron.gl...@gmail.com
on 26 Aug 2009 at 11:02
I fully understand!
All the best.
Andrew
Original comment by andrewr...@gmail.com
on 27 Aug 2009 at 7:27
Original issue reported on code.google.com by
andrewr...@gmail.com
on 26 Aug 2009 at 8:48