IE6 no checkout button, no radio button for shipping
We've had this reported by several customers who are using IE6 and unable to check out. Using IE on the cart page the checkout button/image doesn't display, nor are the readio buttons on the calculate shipping on the cart page.
Please advise.
Please advise.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
-
Inappropriate?Hi Jon. Please submit a ticket for issues like this so one of our engineers can investigate.
The company and 1 other person say
this solves the problem
-
Inappropriate?Turns out the problem was a css declaration. I was using a "clearfix" hack to fix divs - apparently it didn't properly support ie6. The following .css clearfix works perfectly and supports all browsers.
/* float clearing for IE6 */
* html .clearfix{height: 1%;overflow: visible;}
/* float clearing for IE7 */
*+html .clearfix{min-height: 1%;}
/* float clearing for everyone else */
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;font-size: 0;}
1 person says
this solves the problem
Loading Profile...




EMPLOYEE