Link to home
Start Free TrialLog in
Avatar of pvg1975
pvg1975Flag for Argentina

asked on

Moving effect

Hi all!

I need to do a "banner moving" effect like the one on this website:

www.lifecenternow.com

But not with flash. I right clicked on the moving banner and its not flash, so I assume it is CSS. The problem is I dont know how to do that.

Any suggestions?

Thanks.

Paula
Avatar of LZ1
LZ1
Flag of United States of America image

If you go to Google and search for jquery slider, you should be inundated with millions of results.

http://nivo.dev7studios.com/
http://workshop.rs/projects/coin-slider/

You'll just have to use one that looks simple enough for you to implement and to fit your needs.
Avatar of pvg1975

ASKER

Thanks LZ1, I saw those but they are for images only. I need to show images and HTML content like on that website, and the content on the slides will be dynamic (ASP.NET).

Thanks
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pvg1975

ASKER

I ended up using this, which is awesome, take a look.

http://www.simplesli.de/

You pointed me in the right direction, so points are yours :)

Thanks!