I have seen this also. It looks like the background image is not being loaded in time. The file "button-active.png" is 49,929 bytes in size. If I run it through a PNG compressor I get 193 bytes. I have attached the smaller button images and a zip file or a few more images that I put through a PNG compressor.obiwahn wrote:BUG B)
--------
Every ca. 10th time I load your opencart demo or my shop, the buttons get white on hover (i.e. the button-active image is not loaded)
Also changing:
Code: Select all
a.button:hover, input.button:hover {
background: url('../image/button-active.png') repeat-x;
}
Code: Select all
a.button:hover, input.button:hover {
background: #0D6288 url('../image/button-active.png') repeat-x;
}