Sunday, February 19, 2012

Scrolling Image - Down, Using HTML Marquee

Here, the image scrolls downward. This is acheived by adding direction="down" on HTML marquee. By adding the direction "down" on HTML marquee, scrooltext direction can be scroll downward. Of course this will beautify the look of our website.
You can display the picture rolls from up downwards on the web. You can display scrolling catalog using the HTML Marquee. Of course this will make your website more attractive. 
Below is an example of  HTML marquee code, to make the images scroll down. You can copy and change HTML marquee code and then placed on a web page that you want. But of course the content is changed in advance
Code HTML Marquee Result
<!-- Codes by
http://htmlmarquee.blogspot.com/-->
<marquee direction="down"> <img src="http://finunu.files.wordpress.com/
2011/02/cimg1288.jpg?w=200" />
</marquee>

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...