[Javascript] problems using ScrollBy with Iframe

Flavio Gomes flavio at economisa.com.br
Thu Sep 16 09:48:04 CDT 2004


Let's try to solve using simple stuff:
Tried the <marquee> tag?

If your images are all 100x100px try something like that

<marquee width=410>
 <img src="img01.jpg" />
 <img src="img02.jpg" />
 <img src="img03.jpg" />
 <img src="img04.jpg" />
 <img src="img05.jpg" />
 <img src="img06.jpg" />
</marquee>


Vinayakam Murugan escreveu:

>Hi 
>
>I am new to Javascript and HTML. The design i am implementing has 4
>images visible at a time. The images have to scroll slowly.
>
>I was trying to implement this using iframe and the scrollby method
>along with it. It doesn't scroll though.
>
>Here is the url
>
>http://www.theargoncompany.com/orf/scripts/homepage.php
>  
>



More information about the Javascript mailing list