Page 1 of 1

Scrooling window in PHP

Posted: Tue Dec 30, 2008 5:20 am
by mudgil.gaurav
Hi All

I have an requirement to put an window on the home page of my project. That window would be scrolling the latest news from the database one by one. I have a simple option to just use the <marquee></marquee> element of HTML and but my dynamic content inside it.

I just want to share the ideas Is there any best way to do the same without <marquee></marquee> element of HTML.

Any suggestion would be greatly appriciated.

Thanks

Re: Scrooling window in PHP

Posted: Tue Dec 30, 2008 5:22 am
by VladSun
It should be done at client side - by using Javascript.
Or you could generate server-side a Flash movie.