Closed GoogleCodeExporter closed 9 years ago
I'm sorry - I don't follow - the .css file includes the "slideshow-" prefix -
make sure you are using the latest
download.
Original comment by aeron.gl...@gmail.com
on 28 Jul 2008 at 1:40
Again, it's for download "r85" (which is the only download available, so I
should
hope it's the latest)
Also again, while the CSS itself is correct, the *examples* in the css (in the
comments) are wrong.
This is copied from slideshow.css, from r85, which was uploaded 42 hours ago:
HTML:
<div class="slideshow">
<div class="images" />
<div class="captions" />
<div class="controller" />
<div class="thumbnails" />
</div>
HTML:
<div class="images">
<img />
<img />
</div>
HTML:
<div class="captions">
...
</div>
HTML:
<div class="controller">
<ul>
<li class="first"><a /></li>
<li class="prev"><a /></li>
<li class="pause play"><a /></li>
<li class="next"><a /></li>
<li class="last"><a /></li>
</ul>
</div>
HTML:
<div class="loader" />
HTML:
<div class="thumbnails">
<ul>
<li><a class="slideshow-thumbnails-active" /></li>
<li><a class="slideshow-thumbnails-inactive" /></li>
...
<li><a class="slideshow-thumbnails-inactive" /></li>
</ul>
</div>
Original comment by intel352
on 28 Jul 2008 at 4:19
Got it - thanks for the clarification!
Original comment by aeron.gl...@gmail.com
on 28 Jul 2008 at 6:10
Original comment by aeron.gl...@gmail.com
on 29 Jul 2008 at 2:44
Original issue reported on code.google.com by
intel352
on 28 Jul 2008 at 6:58