iT邦幫忙

0

有類似快速簡報的軟體嗎?

  • 分享至 

  • xImage

有類似快速簡報的軟體嗎?
就比如說有1張圖片,分別有A.B.C三個區塊。
點選下去分別可以到A.B.C三個圖片或網頁。
我知道powerpoint 可以有動作這個功能可以做到,但不知道還有什麼軟體也可以的呢?
或是APP也可以,印象中好像有看過類似的,不知道大家知不知道呢?

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

10
eigen
iT邦新手 1 級 ‧ 2013-02-22 08:16:01

最簡單的,不就是 html image map link 的語法,寫成 html

<p>
<img alt="map" usemap="#sample1" src="map.jpg" />
<map name="sample1" >
<area shape="rect" coords="20,25,70,70" href="#map"/>
<area shape="circle" coords="110,45,20" href="#map"/>
<area shape="poly" coords="165,20,140,70,185,70" href="#map"/>
</map>
</p>

我要發表回答

立即登入回答