Hi Erik,
I don't think you're going to be able to animate these properties at
all with the core jQuery library alone.
Please take a look at the Color Plugin and see if that helps:
http://plugins.jquery.com/project/color
--Karl
_
Karl Swedberg
www.englishrules.com
www.learn
I noticed one thing that may have caused an error. The animate method
requires hyphenated property names (margin-left, table-cell) to be
rewritten in camelCase ( marginLeft, tableCell). However, these
changes didn't make a difference. I've updated the code in the example
to reflect the proper impl
2 matches
Mail list logo