问题描述
我有一些与Internet Explorer上magento检出过程的设计有关的问题。
当第一步正确完成并点击继续按钮时,即使包含它们的div的样式设置为,第一步形式的一些元素仍然可见,显示:无
。
I'm having some problems related to the design of the magento checkout process on Internet Explorer.When the first-step is correctly completed and the "Continue" button is clicked, some elements from the first-step form still remain visible even though the div that contains them has the styles set to display:none
.
我不知道为什么会发生这种情况,任何人?
I have no idea why this is happening, can any of you take a look ? You need to try and order something and go to the checkout process and try to get by the first step.
这个问题只出现在IE 8及以上版本。 9,因为我在本网站限制旧版本。
The problem appears only on IE 8 & 9, cause I restricted older versions on this website.
最好的!
推荐答案
首先检查您的标签。我认为li标签没有正确关闭。
First check your tags. I think the li tag is not closed properly.
It's showing </li/> for the <li id="opc-billing" class="allow"> opening tag.
这显然是错误的。
如果检查不起作用,请尝试给予样式
If checking that doesn't work, then try giving the style
到
<li> or the DIV
。
我认为这将工作。
这篇关于Magento结帐小错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!