BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

r85 - misnamed class examples #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The examples provided here: http://code.google.com/p/slideshow/wiki/HTML
Are correct, corresponding to the .css file

But the examples provided in the .css file, are incorrect (outdated?)
Each example class reference is missing "slideshow-"

Nice product tho, cheers

Original issue reported on code.google.com by intel352 on 28 Jul 2008 at 6:58

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Got it - thanks for the clarification!

Original comment by aeron.gl...@gmail.com on 28 Jul 2008 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by aeron.gl...@gmail.com on 29 Jul 2008 at 2:44