Hi all,
Just wondering if someone can help me code the following.
I want to use a fading effect to rotate a series of images (7 in total), within the CSS and code already defined below:
<style="text/css">
.rotate {float: left;width: 160px;height: 215px;background-color: #FFFFFF;border: 2px solid #0066CC;margin: 0px 10px 10px 0px;text-align: center;overflow: hidden;}
</style>
<div class="rotate">
<span>
<a href="#">
<img border="0" src="catimage.jpg" width="160" height="160" alt="" class="" />
</a>
</span>
<div onclick="javascript:document.location.href='/';">
<a href="/"></a>
</div>
</div>
Can someone please help me code this.
Many thanks