On 7/6/07, Gordon <[EMAIL PROTECTED]> wrote:
Regarding the CSS cascade problem, would making any custom rules jQuery creates !important help?
I initially looked into this and tried to implement it with no success. However after rewriting the script bout 5 times, I got it! I have updated the script, go check it out. http://www.sunsean.com/cssAnimate.html This should solve the specificity problem. Of course the user can still override an animation by using !important along with a higher specificity, but I see that as a feature imo. The script is not perfect, it doesn't start the opacity at the original, it start is at 100%, but that's just my hacked showcase, inside of the jQuery animation all would work seamlessly. Let me know if you find further problems. ~Sean