Interesting - this seems to work:

aEl.getParent().highlight('#cc0000');
aEl.dispose();


On Dec 15, 10:42 am, Ryan Florence <[email protected]> wrote:
> aEl.getParent().set('tween',{onComplete: function()
> { aEl.dispose()}).highlight('#cc0000');
>
> Might work ... I don't know, pretty sloppy looking.
>
> Ryan Florence
>
> On Dec 15, 2009, at 11:30 AM, mmjaeger wrote:
>
>
>
> > Hello
> > I've the following line of code which works fine in Safari and
> > Firefox:
>
> > aEl.getParent().highlight('#cc0000').chain(aEl.dispose()); // remove
> > link
>
> > aEl is a link element
>
> > IE8 returns an error - object doesn't support this property or method
>
> > does any body know what I'm missing here that causes IE8 to fail?
>
> > Thank you in advance for your input.

Reply via email to