Drawing arrows on an HTML page to visualize semantic links between textual spans

前端 未结 10 1539
轮回少年
轮回少年 2020-11-30 18:56

I have an HTML page with some textual spans marked up something like this:

...
p50
...


        
10条回答
  •  自闭症患者
    2020-11-30 19:14

    You could get the curved arrow ends using a handful of position:absolute divs with background-image set to transparent GIFs... a set for beginning (top and bottom)... a bacground:repeat div for expandible middle, and another pair for the ends (top and bottom).

提交回复
热议问题