<div id="bannerMarquee">
<marquee id='last_feed'
name='last_feed'
style='font-family: Tahoma;
font-size: 12px;'
direction='right'
loop='true'
scrollamount='5'
onmouseover='this.stop();'
onmouseout='this.start();'>
<a href="Default.aspx?MenuID=1">
<img src="Images/Website/logo.png"
title="direct
to the right"
border="0"
align="center"
style="cursor:hand;"
onclick="document.all.last_feed.direction='right';document.all.last_feed.start();">
</a>
</marquee>
</div>
Css to set the width of the marquee div:
#bannerMarquee
{
width:250px;
float:left;
}
No comments:
Post a Comment