Grid alternating row styles not working in IE7 when grid is

I have set up a dhtmlxWindow that contains a dhtmlxGrid to display search results. The window’s skin is set to “modern_blue”. However in IE7 the alternating row style does not take effect in IE7. With the window skin set to “dhx_blue” or the grid directly on the page it works fine.



I have set up the following additional classes:

.gridRowHover

{

background-color: #ff9 !important;

}



.gridRowEven

{

background-color: #eef !important;

}



.gridRowOdd

{

background-color: #d6d6ff !important;

}



.gridRowHover TD, .gridRowEven TD, .gridRowOdd TD

{

padding: 4px !important;

}





To demonstrate I have posted a sample page @ cmainfo.co.za/Test/index.htm.

Please, try to use the attached file instead of the original one. It must fix the issue.
dhtmlxwindows_modern_blue.zip (1.69 KB)

Thank you. That has fixed the issue.