
08-18-2014, 07:39 AM
|
 |
Senior Member
|
|
Join Date: Dec 2009
Posts: 419
|
|
In your Ecwid CSS custom theme add the missing '}' just before the tabs code.
Code:
/* The "Place Order" button in IE6 (hack) */
div.ecwid-Checkout-placeOrderButton-ie6-up,
div.ecwid-Checkout-placeOrderButton-ie6-up-hovering,
div.ecwid-Checkout-placeOrderButton-ie6-down,
div.ecwid-Checkout-placeOrderButton-ie6-down-hovering {
background-image: url(http://tricitieswebsolutions.com/KOS/shop/place_order.gif);
}
You have to modify some rules too, for instance
Code:
div.ui-tabs {
position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed"); */
padding: .2em;
clear: both;
}
Hope this helps
Marc
|