拖动参看:http://community.csdn.net/Expert/TopicView.asp?id=3834402<html xmlns:v>
<style>
v\:*{behavior:url(#default#VML)}
div{position:absolute;top:100px;left:100px;width:500px;height:500px;background-color:white}
</style>
<body>
<div>
<v:image src="1.jpg" style="left:220px;top:0px;width:50px;height:50px;position:relative"/>
<v:image src="1.jpg" style="left:20px;top:220px;width:50px;height:50px;position:relative"/>
<v:image src="1.jpg" style="left:280px;top:220px;width:50px;height:50px;position:relative"/>
<v:line fillcolor="red" strokeweight="2px" from="70 50" to="-30 220" style="position:absolute" title="父子"/>
<v:line fillcolor="red" strokeweight="2px" from="120 50" to="230 220" style="position:absolute" title="母子"/>
<v:line fillcolor="red" strokeweight="2px" from="-30 220" to="230 220" style="position:absolute" title="夫妻"/>
</div>
</body>
</html>