I've been looking on google for a script that rotates through images with a fade in/out.
Does anyone know of any script available that do this?
It it possible in PHP? I assume JavaScript would be required.
Thanks
PHP is serverside language so no, you dont do that with php. You can ofcourse use PHP to write that HTML code that is used by the javascript(eg. fetch some filenames from database).
I've been using this jquery plugin to do what you describe: http://www.gruppo4.com/~tobia/cross-slide.shtml
Looks great, I'll give it a blast.
MooTools is lighter and faster ... a bit easier to use IMHO too.
http://mootools.net
I did it for a couple sites using Prototype and Scriptaculous. It all depends upon your flavor of Javascript library you really like.
cahva;10919079 wrote:PHP is serverside language so no, you dont do that with php. You can ofcourse use PHP to write that HTML code that is used by the javascript(eg. fetch some filenames from database). I've been using this jquery plugin to do what you describe: http://www.gruppo4.com/~tobia/cross-slide.shtml
Lovely done the job, thanks!