【发布时间】:2015-04-03 04:14:20
【问题描述】:
不使用 Bootstrap,只使用自定义类来使模式工作。我可以在模态中获取图像并添加了 usemap="#MapSys" ,这在 map 标记中是相同的。地图标签包含坐标。但是图像映射不起作用并且热点未激活。由于它使用自定义类,我无法在 jsfiddle 上发布。
<div id="targeted-rna-expression-div"><p><a class="modalLink[820,300]" href="/content/dam/illumina-marketing/images/applications/sequencing/amplicon-workflow-solution-lg.jpg?iframe" title="TruSeq Targeted RNA Expression Workflow" usemap="#MapSys"><span class="sequencing-rna-targeted_rna_expression"><img alt="TruSeq Targeted RNA Expression Workflow" class="roundRect left" src="/content/dam/illumina-marketing/images/applications/sequencing/amplicon-workflow-solution.jpg"></span></a><a class="modalLink[820,300]" href="/content/dam/illumina-marketing/images/applications/sequencing/amplicon-workflow-solution-lg.jpg?iframe" title="TruSeq Targeted RNA Expression Workflow" usemap="#MapSys">
<map name="MapSys">
<area shape="rect" coords="66,233,204,261" href="http://www.illumina.com/informatics/research/experimental-design/designstudio.html" target="_blank">
</map>
<br>
View the workflow »</a></p>
</div>
【问题讨论】:
标签: html iframe modal-dialog imagemap