Never mind. I found it. When setting a previously invisible form to
show Safari seems to show contained elements too - unless its
explicetly set hardcoded in HTML with a style attribute.

On Aug 23, 11:22 am, deckard <[EMAIL PROTECTED]>
wrote:
> 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