Hi, has anyone got some information on how to make images move using css.
I am trying to get something similar to the top of this web site http://www.spraytime.com.au/ I want to stay away from flash and java script.
Any help would be very much appreciated.
Thanks in advance for taking time to reply to this problem.
As I said (or tried to say) CSS doesn’t do movement. It’s mainly for styling page elements—color, layout, that sort of thing. Of course, you can have simple popups, rollovers and the like, but that’s a far cry from moving images. We currently use CSS2, but in the future, CSS3 will have some nice features like CSS3 Transitions (Google that term to find some examples), but I still don’t think they’ll re-create that moving image that you linked to. You need the latest Safari or Chrome to get a decent glimpse of what’s coming with CSS3 transitions.