<[EMAIL PROTECTED]> wrote: > > What I am trying to do (to start with) is no more than to be able to > > upload some SVG to my homepage, in whatever form that works, and for > > most people to be easily able to view it in their browser, whatever it > > is, (given the Adobe or other viewer if they are IE users) without > > having to download it first and then open the local file. > > You can do this today simply by using the <object> or <embed> tag.
So, I have been trying this out using conditional comments, with some 'interesting' results: I came across this page: http://www.puidokas.com/efficient-conditional-comments/ with this example: http://www.puidokas.com/examples/conditional_comments/index.html which, for me, works in Firefox & Opera, but not in IE. My own attempts are at: http://www.gateho.nildram.co.uk/temp/graphics/SVG/ First, one at a time: 'svg_circle_embed.html' works in IE, [wow, first time for that] 'svg_circle_object.html' works in Ff, [good, as expected] both work in Opera, [ok, why not?] Now to combine these using conditional comments: All the 'svg_circle_con...' examples work in IE+Adobe [brilliant] but not in Ff or Op, [oh, [EMAIL PROTECTED] Viewing the source of these in Ff shows that something is stripping out the '--' after the first 'endif', which I do not understand at all. Why does that bit work in the puidokas example above, but not for me? PS: I have added a dull example of SMIL animation I am working on, for those who can view it (it loads straight into Opera): http://www.gateho.nildram.co.uk/temp/graphics/SVG/Slider_Crank.svg ------------------------------------ ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

