Div无法正确加载到Google Chrome(macOS)中

时间:2018-11-29 15:23:50

标签: php html magento magento-1.9 footer

是否有任何原因导致以下代码无法在Google Chrome(macOS)中正确加载?

div用于Cookie通知栏,该通知栏包含文本,按钮和链接,并包含在footer.phtml中。

它已经在Google Chrome(Windows),Google Chrome(iOS),Safari(macOS)和Firefox Dev(macOS)中进行了测试-并且在每个版本中都可以正常工作。

footer.phtml:

<div id="cookie-outer">
  <div id="cookie">
    <span>We use cookies on this website, you can <a title="read about 
    our cookies" href="/cookies">read about them here</a>. To use the 
    website as intended please...</span> <a href="#accept" 
    class="cookie-accept btn btn-default">ACCEPT COOKIES</a>
  </div>
</div>

Screenshot - Firefox Dev (macOS)

Screenshot - Google Chrome (macOS)

Screenshot - Google Chrome (macOS) Dev Tools

该站点在Magento 1.9上运行,并由另一家机构开发。我只是被要求看一下这个问题。

感谢您的时间和帮助。

0 个答案:

没有答案