CrazyEngineers Archive
Old, but evergreen and popular discussions on CrazyEngineers, presented to you in read-only mode.
@ramana_slv • 10 Jul, 2010
how to move images one by one ?
plz give me reply with an example................................
plz give me reply with an example................................
@Morningdot Hablu • 11 Jul, 2010
Re: Html
I think we can't do this just by html we must take some help of some script language like PHP,JAVA SCRIPT,JAVA etc.
Correct me if i am wrong.
I think we can't do this just by html we must take some help of some script language like PHP,JAVA SCRIPT,JAVA etc.
Correct me if i am wrong.
@rishi0922 • 11 Jul, 2010
Re: Html
yes ramana you can move the images one by one in html only......../
see this coding and try it by your own......
<html>
<body bgcolor="pink">
<marquee behavior="alternate" bgcolor="yellow" > </img> </img></marquee>
</body>
</html>
and in this example you can give the values by your own and you can also add some more tags and make it beautiful. You can also make all the images as some link and move it ......./
ok all the best ........./
yes ramana you can move the images one by one in html only......../
see this coding and try it by your own......
<html>
<body bgcolor="pink">
<marquee behavior="alternate" bgcolor="yellow" > </img> </img></marquee>
</body>
</html>
and in this example you can give the values by your own and you can also add some more tags and make it beautiful. You can also make all the images as some link and move it ......./
ok all the best ........./
@Sahithi Pallavi • 11 Jul, 2010
Re: Html
hey rishi, its working. Thanks!
And now, I want to move the images from left, I can change the behavior as left. But I don't want the empty space between the first image and the last image while scrolling. I want the continuous scrolling.
Can you tell me what to do?
hey rishi, its working. Thanks!
And now, I want to move the images from left, I can change the behavior as left. But I don't want the empty space between the first image and the last image while scrolling. I want the continuous scrolling.
Can you tell me what to do?
@ramana_slv • 11 Jul, 2010
Re: Html
Thank you rishi. It's working.
Thank you rishi. It's working.
@Morningdot Hablu • 11 Jul, 2010
are you sure rishi answer that what you talking about.
Realy i don't understand moving images one by one right left and together or what.
hey buddy i talk about the appearing images one by one.ramana_slvhow to move images one by one ?
are you sure rishi answer that what you talking about.
Realy i don't understand moving images one by one right left and together or what.
@rishi0922 • 11 Jul, 2010
hey mohit he is talking about moving the images not about appearing the images one by one............/
/
for making the images to appear one by one we have to use javascript......../
/
for making the images to appear one by one we have to use javascript......../
@Manish Goyal • 11 Jul, 2010 • 1 like
Mohit This is script for what you are looking for?
<head> <title></title> <script type="text/javascript"> function change_header() { document.getElementById("pic").src=""; setTimeout("mr()",1000); } function mr() { document.getElementById("pic").src=""; setTimeout("mri()",1000); } function mri() { document.getElementById("pic").src=""; setTimeout("change_header()",1000); } </script> </head> <body onload="change_header()"> <center><img src="" id="pic"></center> </body>
@rishi0922 • 11 Jul, 2010
Thanks Goyal it really worked......../
@jhbalaji • 11 Jul, 2010 • 1 like
If you guys have to play more
Just try jQuery!
It's really a great framework for JavaScript 😀
Just try jQuery!
It's really a great framework for JavaScript 😀
@Morningdot Hablu • 11 Jul, 2010 • 1 like
Thanks goyal it's working.
5.9k views
Related Posts
@Ankita Katdare · Jun 1, 2012
What is motor bike cc?
How the priming is done in a centrifugal pumps?
What is the difference between gate valve and globe valve?
What is the purpose of o-ring,...
4.3k views
@Kaustubh Katdare · Jul 28, 2015
Given the interest of engineering students in preparing for the CDAC C-CAT exam, I thought of starting a dedicated discussion for all the C-CAT 2016 aspirants to share preparation tips...
84.6k views
@Mahesh Shelke · May 24, 2012
Can Anyone please post Solid Edge v 20 tutorials .. I have searched internet but coulldnt get any :S
8.2k views
@Kaustubh Katdare · Mar 18, 2014
Chain slapping is one of the most annoying thing for every mountain biker. Until now, using a chain guide was one of the suggested methods to avoid chain 'slapping' the...
10.5k views
@darani pattu · May 28, 2010
hi guys
can any one guide me in doing mine projects or seminar in chemical .
I require the most innovative & echofriendly project. I am in need of help...
6.4k views