Hi All,

Is it possible to have scrolling images without scripting (by using html only)?

Regards,
Shrinivas

Recommended Answers

All 6 Replies

Useing marquee u can do

Thanks for reply. But I want to display the Logo of clients.

Marquee should do what you want.

<marquee><img src="logo.jpg" /></marquee>

Try it and see!

Thanks it works. But how to scroll multiple logos?

that depends on how you want the images displayed.

Marquee is a nonstandard IE extension to HTML. It is not universally available, and it is deprecated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.