rc452860 / ie7-js

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

:before and :after doesn't work with pseudo-classes (:hover and :active) #320

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a css rule using pseudo-classes (:hover, :active) and :before or :after, 
for example:
.button.blue:hover:after {
    background-position: -60px -41px;
}

What is the expected output? 
The css rule applied when the pesudo-class is active

What do you see instead?
The rule is not applied, and also, there are problems with the possition of 
some elements

What version of the product are you using? On what operating system?
IE8.js the las version, loaded with:
<!--[if lt IE 8]>
<script 
src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->

OS: Windows 7 x64

Please provide any additional information below.

Here is a screen capture of the problem:
http://www.imagengratis.org/images/ie7bug.jpg
(also attached)

And here is the live example:
http://www.enriquepiatti.com/tests/testIE7_before_after.html
(also attached)

Original issue reported on code.google.com by enrique....@gmail.com on 15 Apr 2011 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
When will this bug be solved?

Original comment by post2edb...@gmail.com on 19 Jan 2013 at 10:13