rc452860 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

:before & :after background position doesn't change on parent element hover #311

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. any IE with ie9.js added from google repository
2. a tag with :before or :after with a background image set
3. hover over a tag adjust background position (EX: a:hover:before 
{background-position: 0 -10px; })

What is the expected output? What do you see instead?
the background position for the before and afters should move. instead they 
stay at original position

What version of the product are you using? On what operating system?
2.1(beta4)/IE9.js   windows XP all versions of IE

Please provide any additional information below.
Inspecting source I noticed how the javascript creates elements and applies 
inline styles. Could this style possible be overridden on the hover?

look at kbc.siretesting.com and hover over any button to see the result

Original issue reported on code.google.com by pun...@gmail.com on 21 Mar 2011 at 6:49