Saturday, February 18, 2012

Scrolling Image to Right, Using HTML Marquee

We add (direction="right") on HTML marquee tag, to produce a image scroll from left to right. Of course this will beautify the look of our website. Your website would appear more attractive.
Below is an example of  HTML marquee code, to make scrool image from left to right. 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
<!-- Codes by http://htmlmarquee.blogspot.com/ -->
<marquee direction="left">
<img src="http://finunu.files.wordpress.com/2011/02/cimg1288.jpg?w=200" /></marquee>
Result

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...