Hi all, i have a problem. I want to use z index of xhtml and similar thing if available in svg to produce objects(images,texts) stacked one after another in proper order. z -index is available in xhtml but i want to know what to use in Svg so that both xhtml and svg are displayed in proper order. i am giving my code also. i want to display svg rectangle first then the xhtml font and then svg circle,one after another.
<html xmlns:iSvg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xhtml"> <head> <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a- 3cd390eeb4e2" VIEWASTEXT> </object> <?import namespace="iSvg" implementation="#AdobeSVG"?> </head> <body > <iSvg:svg id="inlineSVG" width="950.0" height="900.0" viewBox="0.0 0.0 950.0 900.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" > <iSvg:rect x="70" y="10" width="90" height="160" fill="orange" /> <font size=40 style="LEFT:70px;POSITION:absolute;TOP:10px;" > HI PROBLEM HERE</font> <iSvg:circle cx="240" cy="190" r="140" stroke="black" stroke- width="10" fill="lightgray"/> </iSvg:svg> </body> </html> ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/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/

