I'm currently working on making sure this page is compatible with IE 8. The jquery code that's being used allows for classes to be assigned based on odd and even elements, but it doesn't seem to function properly on IE 8.
You can check out the site here:
And here is the specific jquery code being used:
The CSS file is responsible for ensuring consistent background tiling.
tr:nth-child(even) {background: #0E0439}
tr:nth-child(odd) {background: #272E81}