HTML代码不适用于IE 11

时间:2016-03-17 10:39:18

标签: html css internet-explorer sharepoint browser

我有一个问题,即只将部分附加图片链接到某个内容。我的代码可以在Chrome / Firefox上运行,但遗憾的是它并不适用于IE(11)。我必须修复它,因为它是一个Sharepoint站点,我的公司建议使用Microsoft浏览器。您可以在下面找到我的代码。 谢谢你的帮助。



<div style="text-align: right; position: relative;">
  <img alt="Map.png" src="/sites/AAFAA0567/PublishingImages/default/Map.png" style="margin: 5px; width: 586px; height: 615px; font-size: 10.66px;" />​
  <a href="mailto:xxx" style="left: 252px; top: 3px; width: 83px; height: 83px; display: block; position: absolute;"></a>
  <a href="mailto:xxx" style="left: 19px; top: 475px; width: 88px; height: 49px; display: block; position: absolute;"></a>
  <a href="mailto:xxx" style="left: 135px; top: 475px; width: 88px; height: 49px; display: block; position: absolute;"></a>
  <a href="mailto:xxx" style="left: 71px; top: 537px; width: 88px; height: 49px; display: block; position: absolute;"></a>
  <a href="asd.com" style="left: 71px; top: 410px; width: 88px; height: 49px; display: block; position: absolute;"></a>
  <a href="asd.com" style="left: 351px; top: 390px; width: 232px; height: 220px; display: block; position: absolute;"></a>
</div>
&#13;
&#13;
&#13;

0 个答案:

没有答案