Yes, I did know all the symbols are on a single image -- and I DID wonder the correct one was chosen
It does seem that Firefox does not render the hover - of either the button background color or the icon - properly....
Here's the URL: starkclients.us/youngwell.biz ==> it an ecommerce site for a naturopathic physician.
On the "home" page, pick an item such as "brain tincture" and click and the button in question is the "Add to Card" button on the product_info page, on the right.
I am going to remove the "reviews" button as we are NOT going to have reviews.
Here's the text of my css (from Firefox Firebug):
.buttonSet .buttonAction button[type="submit"] {
background: url("images/icons/ui-bg_glass_60_c8e6c8_1x400.png") repeat-x scroll 50% 50% transparent;
border: 1px solid #699859;
color: #699859;
}
.buttonSet .buttonAction button[type="submit"] *:hover {
background: url("images/icons/ui-bg_glass_50_bedcbe_1x400.png") repeat-x scroll 50% 50% transparent;
border: 1px solid #699859;
color: #699859;
}
.buttonSet .buttonAction button[type="submit"] span.ui-icon-cart {
background: url("images/icons/ui-icons_699859_256x240.png") repeat scroll -48px -112px transparent;
}
.buttonSet .buttonAction button[type="submit"] span.ui-icon-cart *:hover {
background: url("images/icons/ui-icons_5d875d_256x240.png") repeat scroll -48px -112px transparent;
}
I hope this provides the information you asked for -- if you are able to assist with with Firefox issue, that would be greatly appreciated...










