2015-12-14 13 views
1

我不得不使用標準HTML和CSS創建網站才能在網站和手機上使用;該網站的工作完全正常,但移動按鈕似乎並沒有工作!是否有任何的代碼,我應該在CSS /主輸入使reponsive ..如何通過html在觸摸屏手機上做出按鈕響應

這是我的按鈕代碼:

<div id="Image"> 
<img src="image" alt="image" width="1200" height="557" usemap="imageMap"/> 
<map name="imageMap"> 
<area id="STC" alt="imageALT" title="imageTitle" href="URL" shape="rect" coords="40,414,396,458" target="_self"/> 
<area id="PTE" alt="ImageALT" title="ImageTitle" href=" URL" shape="rect" coords="41,483,397,527" target="_self"/> 

</div> 

回答

相關問題