> I've the following line of code which works fine in Safari and
> Firefox:
> aEl.getParent().highlight('#cc0000').chain(aEl.dispose()); // remove
> link
Can you please put up a MooShell that proves that this "works fine" in
FF or Safari? I think you just sent me on a wild goose chase to
Lighthouse following up on this, and your apparent aversion to
MooShell is inexplicable.
P.S. It should not work in any browser: highlight() is intended to
return the Element, not the Tween, and the Element should not have
chain().
-- Sandy