Saturday, February 18, 2012

Scrolling Image - Up, Using HTML Marquee

Here, the image scrolls upward. This is acheived by adding direction="up" on HTML marquee. By adding the direction "up" on HTML marquee, scrooltext direction can be scroll upward. Of course this will beautify the look of our website.
You can display the picture rolls from bottom upwards 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 up. 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="up"> <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...