IGN:content server table headings restire background corerctly in IE as well.

This commit is contained in:
Kovid Goyal 2009-10-07 16:39:13 -06:00
parent 55553753d1
commit ab0b233308
2 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ function setup_sorting() {
});
$('table#book_list thead tr td').mouseout(function() {
this.style.backgroundColor = "inherit";
this.style.backgroundColor = "transparent";
});
for (i = 0; i < cmap.length; i++) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B