hi, i try to use svg files in a html page. So, I put the svg files inside of the div tag which has finite height and width. The div element has vertical scroll bar (overflow=auto) but svg elements appears outside of the boundary of div element and scrol bar is not working properly.
I am using following html code, <div style="float:left; background-color:#E2EBED; padding:1px; overflow:auto; height: 150px; width:120px; border=1px"> <embed src="../img/actors/image001.svg" type="image/svg+xml" id="box1" width="70" height="50"></embed> <embed src="../img/actors/image002.svg" type="image/svg+xml" id="box2" width="70" height="50"></embed> <embed src="../img/actors/image003.svg" type="image/svg+xml" id="box3" width="70" height="50"></embed> <embed src="../img/actors/image004.svg" type="image/svg+xml" id="box4" width="70" height="50"></embed> </div> when i change <embed> tag and svg files to <img> tag ang gif files the div scroll is working successfully (line an i frame scrolbar). I change <embed> tag to <object> but the problem is same. So is there any key information about this problem ? Any suggestions will be helpful for me. ----- 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/

