Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application i m use marquee of image but it not scroll. below i m write source code of marquee

XML
<td  width="15%" height="330px" align ="left" >
   <marquee behavior="scroll" scroll="continuous" scrollamount="3"   width="180PX" height="330px"  direction="up">
     <asp:Image ID = "image1" runat ="server"
           ImageUrl="~/img/breakfast1.PNG"/></marquee>
 </td>
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900