_Nemo_ wrote:
Could be version-dependent. I'm using IE7 at the moment and the list displays correctly, with winners in bold.
_Nemo_
I would not think so, OLD games do show, recent games do not. I am using Firefox also. Looking a the HTML code on that screen, there is no differentiation.
On a game that shows up properly, the HTML code shows:
<a class='NomiUtentiGrassetto' href="User.Asp?UserID=sfatula" onClick="return popup(this, 'User')" Title = 'Click to see sfatula statistics' >sfatula</a>
On a recent game, it shows as:
<a class='NomiUtenti' href="User.Asp?UserID=sfatula" onClick="return popup(this, 'User')" Title = 'Click to see sfatula statistics' >sfatula</a>
Notice the class is different, thus the behavior. |