The Joomla! Extensions Directory ™

dalton31

Reviews(1)
 
bydalton31, November 6, 2009
Interdesigns Slider
Thank you very much for this great module.

I tried to add handlers to the slider. It seems that if you click during the slide, the slider stops working for a moment ...

Subsidiary question: do you think it's possible to get something like fnac.com (number color changing with images)?

Thank you for all.

Best regards,

Cédric
Owner's reply

Thanks Cédric, yes it is possible and easy also, all you have to do is to add the hover state and active class properties to you template css. e.g

#handles span.active, #handles span:hover {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
}