CSS background-position change - Chrome bug -
I'm codeing the HTML page and have seen strange behavior in Chrome browsers.
I have a custom dropdown with the Phantom image with a png arrow. What am I trying to achieve, when the dropdown is opened and the hover is over, the other has to change the arrow.
I am using SASS to prepare my sprites. When the dropdown was opened or the background-position of the vortex image changes has been opened.
After the dropdown on the Chrome closes you can see both old and new arrows. It looks like:
Chrome version: 39.0.2171.99
Here's one.
IE and Firefox looks good
I got a temporary solution
Setting transform3d: (0,0,0) element, which resolves the background-position change bug.
Comments
Post a Comment