Helder Magalhães wrote:

> Why would you want to force using "embed" for Internet Explorer?
> There's some information [1] on how to accomplish it using "object".
> This may avoid the (somehow ugly) conditional comment trickery! ;-)
> 
> Hope this helps,
> 
>  Helder Magalhães
> 
> [1] http://joliclic.free.fr/html/object-tag/en/object-svg.html
>

Indeed it does. Thank you, Helder. This:

<html>
  <head>
    <title>
      SVG circle using object
    </title>
  </head>
  <body>
    <object type="image/svg+xml" data="svg_circle4_loads_by_ref.svg"
width="200" height="200">
      <param name="src" value="svg_circle4_loads_by_ref.svg">
      alt : <a href="svg_circle4_loads_by_ref.svg">circle.svg</a>
    </object>
  </body>
</html>

works here with Opera(9.5), Ff(3), and IE(7)+Adobe(3):

http://www.gateho.nildram.co.uk/temp/graphics/SVG/svg_circle_joliclic.html

So how and why does this work when other methods fail, and how the
hell would one be expected to dream up this particular recipe? 




------------------------------------

-----
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/

Reply via email to