Topic: Gigabyte'site slideshow works in Safari. How can I do it?? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
![]() Greetings: |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() You can sniff for User Agent and serve them a different page, which I think most big sites do nowadays. I don't have an iPad, so I'm not sure how they do it, but I think it should be relatively easy to switch images with javascript. |
Paranoid (IV) Inmate From: Florida |
![]() Yup, clearly they're sniffing around, and using the Nivo Slider. |
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
![]() Thank you guys, I'll check the Java option. |
Paranoid (IV) Inmate From: Florida |
![]() JavaScript. |
Obsessive-Compulsive (I) Inmate From: |
![]() The fade transitions should be the only hard part, but I think most browsers nowadays support scripts and CSS for blending layers. If you can't do it like that, you can probably use something like ImageMagik to generate transition images serverside, which you can change in stages. |