Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.22/5 (2 votes)
See more:
How to move image in asp.net use to marquee Direction . But image move on the anther image. means 1st image is steel but 2nd or 3rd will move . 2nd image will move right direction and 3rd image will move left direction . please help me . You will help me then i shall complete my project .. so i request you please help me
Posted
Comments
thatraja 4-Apr-14 6:01am    
Confusing little bit. Show an example(like screenshot). What's going on by your code?
Ajith K Gatty 4-Apr-14 6:34am    
Hi thatraja
This member wants to implement <marquee direction="">...</marquee> type functionality in Asp.NET.

first image is a still image. second image to right and last one to left direction.

Could you please post your code here?

Do you want something like


<marquee direction="left">
<img />
</marquee>
<img/>
<marquee direction="right">
<img/>
</marquee>
 
Share this answer
 
v2
Comments
Member 10722706 12-Apr-14 1:23am    
hallo rakhesh rajan I understand your answer and accept your answer but my Question 1 image still but anther two image will move and this two image will move on the still image .. so plzz help me..
Many ways you can do this styling in CSS

For e.g. 1 way to do is to create an outer div and give background image as the sill image. Inside that div you give your images with marquee. something like below


XML
<marquee direction="left">
<img />
</marquee>
<img/>
<marquee direction="right">
<img/>
</marquee

>
 
Share this answer
 
<marquee direction="left">



<marquee direction="right">

 
Share this answer
 

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



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