I have next mission: i have to replace flash alement with javascript in this page: http://www.fplus.si/
(changing the images with buttons for every image)
Afcourse it has to look and work excactly the same. I found some jquery modules that do almost like this, but there are not the same. did somebody stumbled upon such module?
Thank for help, Peter
I don’t think that your client meant exactly the same. You could go with some suitable carousel/lightbox control and use CSS to position those buttons correctly over the images.
But as far as I can see this is done purely by fading images on a predefined interval. No special functionality. It can be done without any particular control as well. As long as you have some client lib that implements animations.
position buttons using
and set their
:hoverstate with differentbackground-imageCSS setting. But don’t forget to put an additional empty<div>afterwards with CSS settingclear: both. To continue rest of the document as it was.