views:

86

answers:

1

in my application, i need a static image to be rotated in HTML. Please help me for that

+1  A: 

You can use imagemagik or a similar program on your server to dynamically generate it. You might also be able to do something with javascript. I found a nice link for a jQuery rotate function: http://code.google.com/p/jquery-rotate/

SapphireSun
Thank you.Ya, i need to do in javascript only....But how to run this one, where should i place my image ???
Aditi