I am using jQuery ui tabs, rotate, working perfect.
I have an image file for each tab, not background image but the image inside the anchor tag
<li><a href="#tab-1 ><img src.../></a></li>
How could I change the image when the classes of ui-state-hover ui-tabs-selected ui-state-active are inserted into the li item?
Thank you,