timoy1free wrote: > does anybody know if there is a way to set an attribute in the > <object> tag to include an SVG transparent into an XHTML page. > When I use the <embed> tag I've got the possibility to set the > attribute "wmode" to "transparent".
That "wmode" attribute is used to specify that plugin content be sent to the browser for compositing, instead of being drawn directly to screen. Such browser composition allows for transparent backgrounds and layering with HTML elements, but as Phillippe points out, there is a performance cost to this extra rendering step. For "Where does 'wmode' work?" then there are two dependencies: (a) whether the current browser offers this ability to plugins; and (b) whether that plugin offers this ability in that browser. For OBJECT/EMBED, EMBED was used first, then Microsoft used OBJECT, and a few years later the W3C declared that EMBED was improper. When you're researching whether a particular browser offers WMODE support, then it's good to doublecheck which tags they used during this testing...! jd -- John Dowdell . Macromedia Developer Support . San Francisco CA USA Weblog: http://www.macromedia.com/go/blog_jd Aggregator: http://www.macromedia.com/go/weblogs Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. ----- 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/

