glad it got sorted.
Ok,
I have a small design flaw on my website. You will find a screenshot of all four steps attached.
It seems that at step 3 and 4 , progress bar goes fubar.
Any idea ?
My Store: Bonsai tree seeds
URL please; so I can take a look.
Which browser is this happening in? it looks fine FF, Opera, IE7, and netscape
IE6 , you are right , I tried with FF and no problem.![]()
My Store: Bonsai tree seeds
I don't use/have IE6 so I'm not sure what the problem is, but I suspect it is probably these two declarations in
checkout_confirmation.css and checkout_success.css
.progressbar_active {
background: url(../images/orderstep.png) repeat-x;
background-color: #3DA200; /* Determines the active color of the completed part of the line */
width:25%;
float:left;
height: 5px;
color: #3DA200;
}
.progressbar_inactive {
background: url(../images/orderstep.png) repeat-x;
background-color: #9A9A9A; /* Determines the active color of the completed part of the line */
width:25%;
float:left;
height: 5px;
color: #9A9A9A;
}
specifically the highlighted portions.
play around with those by reducing the percentages a little at a time and see if that corrects the problem.
Look at this thread for ways to incorporate specific IE6 stylesheets into your site.
Hi Clyde!!
Your mod doesn´t works for my 1.3.6 zencart (it breaks Checkout_payment page)
Is there any link to 1.1 version? Is this the solution?
Many thanks for your wonderful mods