I am working on a jquery slider that seems to work well in all browsers except for ie6 ie7 ie8.
I am getting a invalid property value for these browsers. Strangely the slider will work if you rapidly click in the bottom square while in ie. I have remapped the $docready as I am working within wordpress.
I am working on it locally so I created a fiddle, if anybody has any solutions or ideas it would be appreciated.
Cheers Nik
jQuery doesn’t support color animation through
animate. Removing the following statements fixes the issue for IE:example: http://jsfiddle.net/kP4F2/7/
If you want to animate the color’s you could include jQuery UI, which enables color animations as well.
http://jsfiddle.net/niklasvh/kP4F2/11/
For more information what you can do with
animate, have a look at the documentation here. What isn’t included, can most likely be done using jQuery UI.