![]() |
|
Simple image animation in HTML by using marquee tag, Free online HTML Tutorial, Learn HTML online for free... |
| Lessons | Simple Image Animation |
|
|
Start Tag: <marquee>
Simple Image scrolling: <marquee><img
src="logo.jpg"></marquee> Scrolling Image in both directions (alternatively): <marquee behavior="alternate"><img
src="logo.jpg"></marquee> The value of behavior attribute i.e. alternate causes the image to scroll in both directions, alternatively. Changing the background color of the MARQUEE: <marquee bgcolor="pink"><img
src="logo.jpg"></marquee> The value of the bgcolor attribute determines the background color of the MARQUEE. A complete color list can be found here.
Next >>> Lesson No. 29: Advanced Image Animation
|