Magento Checkout Small Error

半腔热情 提交于 2019-12-13 07:20:00

问题


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.

The problem appears only on IE 8 & 9, cause I restricted older versions on this website.

All the best!


回答1:


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.

Which is obviously wrong.

If checking that doesn't work, then try giving the style

overflow:hidden

to the

<li> or the DIV 

inside it.

I think that will work.



来源:https://stackoverflow.com/questions/13998550/magento-checkout-small-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!