Marquee is scrolling very fast or something is wrong

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajajodhani
    New Member
    • Jul 2015
    • 1

    Marquee is scrolling very fast or something is wrong

    this is my website http://divyajyoti.net but marquee is not working properly i tried to change scrollamount to 0, 1,2,3,4 and it was still not working properly please see the code and help me what to do thanks

    Code:
        <table background="http://bytes.com/images/home_08.jpg" border="0" cellpadding="0" cellspacing="0" width="314"><!--DWLayoutTable-->
    			<tbody>
    					<tr>
    						<td class="marquee" height="544" valign="top" width="314"><marquee behavior="alternate" direction="down" height="540" scrollamount="4" style="height: 540px;">
    						<p><a href="1999-00.jpg"><img border="1" height="169" src="http://bytes.com/images/1999-00.jpg" style="margin-bottom:10px" width="225" /></a><br />
    						3rd Highest Capacity utilization in Soya Industry in year 1999-2000</p>
    
    						<p><a href="2001-02.jpg"><img border="1" height="169" src="http://bytes.com/images/2001-02.jpg" style="margin-bottom:10px" width="225" /></a><br />
    						2nd Highest Capacity utilization in Soya Industry in year 2001-2002</p>
    
    						<p><a href="2002-03.jpg"><img border="1" height="169" src="http://bytes.com/images/2002-03.jpg" style="margin-bottom:10px" width="225" /></a><br />
    						3rd Highest Capacity utilization in Soya Industry in year 2002-2003</p>
    
    						<p><a href="2003-04.jpg"><img border="1" height="169" src="http://bytes.com/images/2003-04.jpg" style="margin-bottom:10px" width="225" /></a><br />
    						3rd Highest Capacity utilization in Soya Industry in year 2003-2004</p>
    
    						<p><a href="2004-05.jpg"><img border="1" height="169" src="http://bytes.com/images/2004-05.jpg" style="margin-bottom:10px" width="225" /></a><br />
    						3rd Highest Capacity utilization in Soya Industry in year 2004-2005</p>
    						</marquee></td>
    					</tr>
    				</tbody>
    Last edited by Rabbit; Jul 8 '15, 04:11 PM. Reason: Please use [code] and [/code] when posting code or formatted data.
  • computerfox
    Contributor
    • Mar 2010
    • 276

    #2
    Use scrolldelay to reduce the speed.

    Comment

    Working...