Slide-in text:
CODE
|
RESULT
|
<marquee behavior="slide" direction="left">Your slide-in text goes here</marquee> |
Continuous scrolling text:
CODE
|
RESULT
|
<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee> |
Text Scrolling Upwards:
CODE
|
RESULT
|
<marquee behavior="scroll" direction="up">Your upward scrolling text goes here</marquee> |
Change the Scrolling Speed:
CODE
|
RESULT
|
<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee> <marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee> <marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee> |
Scrolling Images:
Simply replace the src="... part with the location of your own image.
CODE
|
RESULT
|
<marquee behavior="scroll" direction="right"><img src="../Downloads/fish.gif" width="100" height="100" alt="smile" /></marquee> |
Bounce Images:
Simply replace the src="... part with the location of your own image.
CODE
|
RESULT
|
<marquee behavior="alternate" direction="right"><img src="../Ashok/yellow_fish.gif" width="100" height="100" alt="smile" /></marquee> |
No comments:
Post a Comment