Thanks Bjorn, that's got my most common javascript functions working on both Firefox and ASV 3.
Richard Pearman http://www.pixelpalaces.com/ The next stage in the evolution of web comics: http://www.onlinecomics.net/pages/details/listing.php?comicID=4415 ----- Original Message ----- From: Bjoern Hoehrmann To: [email protected] Sent: Friday, December 23, 2005 10:59 AM Subject: Re: [svg-developers] Corecting Javascript for Firefox * Richard Pearman wrote: >These all work with ASV but not Firefox. That's assuming that Firefox isn't >having problems with something else. Is this acceptable? : > >Doc.getElementById(Target).getStyle().setProperty("display", "none") This would need to be .style.setProperty('display', 'none', ''). -- [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

