kavinithiy / ie7-js

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

nth-child in IE #202

Closed GoogleCodeExporter closed 9 years ago

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

1. Create a table with thead and tbody sections (index.html);
2. Define nth-child odd and even background colors for rows inside 
tbody(index.css);

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

The odd rows, inside tbody's section, should be darker. It seems that in IE 
it starts counting from the first table row instead of the first row inside 
tbody's section. In Chrome, FireFox and Safari works as expected.

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

Windows XP SP3. Browsers:

Chrome v3.0.195.25;
FireFox v3.5.3;
Internet Explorer vi6.0.2900.5512.xpsp_sp3_gdr.090206-1234;
Safari v3.2.2(525.28.1);

Please provide any additional information below.

Original issue reported on code.google.com by andre.r....@gmail.com on 6 Oct 2009 at 2:36

Attachments:

GoogleCodeExporter commented 9 years ago
This fixed in version 2.1.

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

GoogleCodeExporter commented 9 years ago
Nice work.

Original comment by andre.r....@gmail.com on 11 Feb 2010 at 6:20