Axure / ie7-js

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

input + element:hover:before does not work #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. input[type="radio"] + label:hover:before { content:("\00AB"); }
2. <input type="radio" ..../><label ....>...</label>

What is the expected output? What do you see instead?
An arrow («) shown before the label when the user hovers over the label.

What version of the product are you using? On what operating system?
IE8 2.0b3. Vista 64.

Please provide any additional information below.

Original issue reported on code.google.com by michael....@gmail.com on 11 Sep 2009 at 8:08

GoogleCodeExporter commented 9 years ago
IE7.js does not support generated content in conjunction with dynamic pseudo 
classes. 
It's too hard! :)

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 3:05