We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to set slider on landing page? I mean on login page? | Forum

Rahul Bhatt
Rahul Bhatt Nov 10 '14
How to set slider on landing page? I mean on login page?
Oxwall Software
Oxwall Software Nov 13 '14
Topic was moved from Image Slideshow.
Joseph
Joseph Feb 24 '15
anyone know how to do this?
Dave
Dave Mar 3 '15
<div id="slideshow">

    <ul class="slides">
        <li><img src="img/photos/1.jpg" width="620" height="320" alt="Marsa Alam" /></li>
        <li><img src="img/photos/2.jpg" width="620" height="320" alt="Turrimetta Beach" /></li>
        <li><img src="img/photos/3.jpg" width="620" height="320" alt="Power Station" /></li>
        <li><img src="img/photos/4.jpg" width="620" height="320" alt="Colors of Nature" /></li>
    </ul>

    <span class="arrow previous"></span>
    <span class="arrow next"></span>
</div>

<script src="http://ajax.googleapis.com/.../1.4.2/jquery.min.js"></script>
<script src="script.js"></script>
The Forum post is edited by Dave Mar 3 '15