Home › Forums › JavaScript › Carousel Change first shown item › Reply To: Carousel Change first shown item
August 30, 2013 at 8:45 pm
#148629
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 :)