gehuangyi20 / ie7-js

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

:hover:before and :hover:after #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Using the following CSS:

1. a:hover:before{content:'\00AB';}
2. a:hover:after{content:' \00BB';}

What is the expected output? What do you see instead?

Links should display as "Click Here »" or "« Click Me »" when hovered, but
do not when :before and :after are paired with :hover.

What version of the product are you using? On what operating system?

IE7 & IE8 versions with IE 6 on Windows XP

Original issue reported on code.google.com by thatsmit...@gmail.com on 30 Apr 2009 at 4:48

GoogleCodeExporter commented 9 years ago
IE7.js does not support generated content with dynamic pseudo classes. I may 
fix this 
in a future release but it is quite tricky. :)

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 6:16