This will work:
Code:
<div class="marquee" id="mycrawler2">
<table>
<tr>
<td><a target="_blank" href="http://www.stampsworldindia.com/images/rbilarge.jpg" onclick="open(this.href,this.target,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=595,height=430');return false;"><img src="images/rbi.jpg" alt="Reserve Bank" title="RBI" border="0"><br>Hello</a></td><td><a href="http://www.stampsworldindia.com/images/conferancelarge.jpg" target="_blank" onclick="open(this.href,this.target,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=595,height=430');return false;"><img src="images/conference.jpg" alt="Muskoka" title="Conference" border="0"><br>Hello</a></td><td><a href="http://www.stampsworldindia.com/images/2053.jpg" target="_blank" onclick="open(this.href,this.target,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=595,height=430');return false;"><img src="images/2053_small.jpg" alt="hall" title="hall" border="0"><br>Hello</a></td>
</tr>
</table>
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '2px',
'width': '90%',
'height': '90px'
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
savedirection: true
});
</script>
Add this to the stylesheet:
Code:
.marquee0 td {
text-align: center;
}
Bookmarks