gehuangyi20 / ie7-js

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

last-child pseudo class not implemented #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just try and use the last-child selector on ie6.
2.
3.

What is the expected output? What do you see instead?
The last child should be selected like what happens with first-child, it
doesn't work.

What version of the product are you using? On what operating system?
Using ie7.js(beta 3)

Please provide any additional information below.
Would you be so kind to implement this in the next version of the library?
Really love your work by the way :)

Original issue reported on code.google.com by joao.mi...@gmail.com on 17 Apr 2009 at 5:02

GoogleCodeExporter commented 9 years ago
The :last-child pseudo-class is not supported in Internet Explorer 7.  If you 
want to
use it, you'll have to use the IE8.js script instead.

Original comment by courtew...@gmail.com on 21 Apr 2009 at 9:04

GoogleCodeExporter commented 9 years ago
Thank you for your answer :) I got around the problem another way. Keep up with 
the 
good work.

Original comment by joao.mi...@gmail.com on 21 Apr 2009 at 9:25

GoogleCodeExporter commented 9 years ago
As has been pointed out last-child requires IE8.js. In fact, MSIE8 does not 
support 
last-child and this fix will be included in IE9.js in the upcoming release.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Issue 211 has been merged into this issue.

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