Here is the procedure to make scrolling marquee :
Slide in text :
<!-- HTML codes by emdadblog.blogspot.com --> <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee> |
The result is :
Change the "Your slide-in text goes here" with yours.
To slow the speed use this code :
<!-- HTML codes by emdadblog.blogspot.com --> <marquee behavior="slide" direction="left" scrollamount="2" scrolldelay="1">Your slide-in text goes here</marquee> |
The result is :
Continuous scrolling text :
<!-- HTML codes by emdadblog.blogspot.com --> <marquee behavior="scroll" direction="left">Your slide-in text goes here</marquee> |
Change the "Your
slide-in text goes here" with yours.
Text bouncing back and forth :
<!-- HTML codes by emdadblog.blogspott.com--> <marquee behavior="alternate">Your slide-in text goes here</marquee> |
Change the "Your slide-in text goes here" with yours.
Text Scrolling upwards :
<!-- HTML codes by emdadblog.blogspot.com --> <marquee behavior="scroll" direction="up">Your slide-in text goes here</marquee> |
Change the "Your slide-in text goes here" with yours.
Scrolling image :
<!-- HTML codes by emdadblog.blogspot.com--> <marquee behavior="scroll" direction="left"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdkEaKuvM29YQDv2FeF_FnMDxkr6-BRJEe3_729ma4zPV5iR9qSKSc_gDU50YhORIJbzcbJtTgHIMaAPoSkAXy8sYighYBJDnBJgvPJmPak0PZVgI03NNwMDWPX-9t55o1zZeSSxzFx9rB/s128/NEW%20EMDAD1.jpg" width="100" height="100" alt="smile" /></marquee> |
Change the https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdkEaKuvM29YQDv2FeF_FnMDxkr6-BRJEe3_729ma4zPV5iR9qSKSc_gDU50YhORIJbzcbJtTgHIMaAPoSkAXy8sYighYBJDnBJgvPJmPak0PZVgI03NNwMDWPX-9t55o1zZeSSxzFx9rB/s128/NEW%20EMDAD1.jpg with your own
No comments:
Post a Comment
Let us know, what you think about this blog