sp、タブレット、PCと3種類の画像をブレイクポイントで切り替え、座標を指定してjQuery RWD Image Mapsでレスポンシブ対応させたのですが
PC版でしかうまくいきません。
タブレット版はリンク領域もなく、SP版はまったく違うところにリンク領域がでてしまってる状態です。
こちらsp、タブレット、PCと指定した座標でリンク領域を設定したいです。
<map name="mageMap" class="Mainmap"> <picture> <source media="( max-width:600px) " srcset="images/hedmain_sp.png" alt="" /> <area shape="rect" coords="261,357,641,554" href="#ccc" alt="" /> <source media="(min-width:600px) and (max-width:1280px) " srcset="images/hedmain_tab.png"> <area shape="rect" coords="586,432,1193,519" href="#bbb" alt="" /> <img src="images/hedmain.png" usemap="#mageMap" > <area shape="rect" coords="976,80,1208,288" href="#aaa" alt="" /> </picture> </map>

回答1件
あなたの回答
tips
プレビュー