Oded Arbel wrote: > > On Sun, 2006-11-26 at 18:22 +0200, Eli Marmor wrote: > > If you need dynamic graphics, that can be manipulated in client-side > > (e.g. by JavaScript code), then you are in troubles: > > > > Canvas is great, but works only under Mozilla/FireFox. > > SVG is great too, but works only under Mozilla/FireFox. > > Both work also on Konqueror/Safari/KHTML and Opera.
Yes, that was what I meant. The meaning of the word "only" was that it doesn't work under Internet Explorer. > AFAIK there are > plugins for IE to support SVG, and as plugins can be installed almost > automatically in IE it might not be a bad idea. Yes, and I mentioned them. For example, the JS library "excanvas" (OSS from Google) passes your canvas tags (under Internet Explorer), and replaces them by VML scripts that emulate the same functionality. So you don't need any plug-in. However, as an emulation, it is slow and heavy of course. But it works, and enjoys a great backup (Google). -- Eli Marmor [EMAIL PROTECTED] Netmask (El-Mar) Internet Technologies Ltd. __________________________________________________________ Tel.: +972-9-766-1020 8 Yad-Harutzim St. Fax.: +972-9-766-1314 P.O.B. 7004 Mobile: +972-50-5237338 Kfar-Saba 44641, Israel ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]