I am using the jQuery Interface plugin in a project and I am trying to
get the Highlight effect to work, but I am having a problem in
Internet Explorer (specifically IE6). When I use Highlight:
if (response == 'success') jQuery('#products').Highlight(2000,
'#FFC');
In Firefox this works fine, but in IE, since the element does not have
a specified background color, after the animation is finished, the
color snaps to #FFC (the animation is correct when it fades from #FFF
to #FFC). I can combat this with a callback function that forces the
background color to remain #FFF, but I would rather not do this. Is
this a known problem, or am I doing something wrong?
Thanks,
Brandon