Hi,
Before i started using themes, the content slider worked perfectly. I installed jquery ui themes and initially i had some similar class names in my css. i fixed my class names to not be the same as the jquery ui themes class names. The content slider was styled just the way i did before. But i noticed when i turn on the rotating feature for the tabs, all my content slider styling goes crazy and doesn't even look anywhere near where it did.
Here is my rotating jquery: Thanks!
$("#featured").tabs({ fx: { opacity: "toggle"} }).tabs("rotate", 2000, true); $("#featured").hover(function () { $("#featured").tabs("rotate", 0, true); }, function () { $("#featured").tabs("rotate", 2000, true); } );