views:

50

answers:

3

I am trying to create a slideshow using Javascript and an asp.net image control. I am unable to add filter property to the image control. Any suggestions ? or is it possible to set the filter in javascript?

ex: I want to be able to add style="filter:revealTrans(duration=2,transition=23)" to the image in "" control.

Thanks

+1  A: 

AFAIK, filters are for IE only. The result of us use JavaScript frameworks to achieve these effects..

Diodeus
A: 

Consider using JQuery UI for this task

AnthonyWJones
A: 

filters work only in IE as Diodeus had mentioned. Therefore I used setTimeout property in javascript to rotate images.

DK