Yep, that one works fine Ryan - I still don't understand though why
aEl.getParent().highlight('#cc0000').chain(aEl.dispose()); work in
Safari and Fireworks but fails in IE8 - what did I do wrong?

On Dec 15, 11:00 am, Ryan Florence <[email protected]> wrote:
> I had a syntax error:
>
> aEl.getParent().set('tween',{onComplete: function()
> { aEl.dispose()}}).highlight('#cc0000');
>
> Try that.
>
> Ryan Florence
>
> [Introducing MooDocs - become a better developer](http://blog.flobro.com/
>   )
>
> On Dec 15, 2009, at 11:57 AM, mmjaeger wrote:
>
>
>
> > sorry guys - neither one works - Ryan's fails completely while
> > Thierry's shows the same error?
>
> > 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