Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Carousel Change first shown item Reply To: Carousel Change first shown item

#148629
Kuzyo
Participant

try this way:

 <a href="http:/facebook.com">
                <div style="background-color: #cec;">
                    <img src="img/bugs.jpg" width="554" height="313" />
                    <img src="img/bugs-grey.jpg" width="554" height="313" />
                    <span>A Bug's Life</span>
                </div>
    </a>

But I don’t know about validation :)