Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一些与 Internet Explorer 上的 magento 结帐流程设计相关的问题。当第一步正确完成并单击“继续”按钮时,第一步表单中的某些元素仍然可见,即使包含它们的 div 的样式设置为display:none.
display:none
我不知道为什么会发生这种情况,大家可以看看吗?您需要尝试订购一些东西,然后进入结帐流程并尝试通过第一步。
该问题仅出现在 IE 8 和 9 上,因为我在此网站上限制了旧版本。
一切顺利!
首先检查您的标签。我认为 li 标签没有正确关闭。
It's showing </li/> for the <li id="opc-billing" class="allow"> opening tag.
这显然是错误的。
如果检查不起作用,请尝试给出样式
溢出:隐藏
到
<li> or the DIV
在里面。
我认为这会奏效。