[Proto-Scripty] Re: code works in chrome not ff and ie

2008-12-06 Thread MS Niner
Hi there, hope I'm not too late. Chrome (and other Mozilla- or Webkit- based browsers such as Firefox etc...) most probably do not support certain special DHTML effects such as captioning. In other words, using this DHTML "innerHTML" feature in your code doesn't work when you launch your webpage

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Alex Mcauley
does firebug output any error message ? - Original Message - From: "Tarscher" <[EMAIL PROTECTED]> To: "Prototype & script.aculo.us" Sent: Sunday, November 16, 2008 6:51 PM Subject: [Proto-Scripty] Re: code works in chrome not ff and ie I tried:

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Tarscher
I tried: <%= link_to_function('Toon archief', "Effect.toggle('archive_div','blind',{}); console.log('logbericht'); if($('archive_function_link').innerHTML == 'Verberg archief') { $('archive_function_link').innerHTML = 'Toon archief';

[Proto-Scripty] Re: code works in chrome not ff and ie

2008-11-16 Thread Alex Mcauley
perhaps missing ";" on the end of the statements ? - Original Message - From: "Tarscher" <[EMAIL PROTECTED]> To: "Prototype & script.aculo.us" Sent: Sunday, November 16, 2008 5:39 PM Subject: [Proto-Scripty] code works in chrome not ff and ie > > Hi all, > > The linked, when clicked, s