Hi!

Thank you very much  - that already helped for the IE issue. This one
drove me crazy! It works now flawlessly in IE7 and FF3
In Safari however there is another issue.
The code is looping over all button elements in the html - I have two
buttons in my page . in Safari for the second button the replacement
link is correctly created but for some reason the call to the default
element to hide it gets not applied.

Do you have any hints on that?

Thank you

Carsten



On Aug 23, 2:09 am, Dave Methvin <[EMAIL PROTECTED]> wrote:
> > In IE7 it seems to fail in line
> >         var c = $
> > ('<a>').insertAfter(this).addClass(this.className).attr('id',this.id
> > +'_r');
>
> You might want to try ('<a></a>') since IE is fussy about those
> things. It looks like you did that in several other places.

Reply via email to