テーブルがあり、このセルにマウスを合わせると、背景とフォントの色が変更され、mouseOut すると元に戻るはずですが、何らかの理由で、フォントの色を変更できないようです。asp-classic と Internet Explorer 8 を使用しています。
<TH <%if boolHighlight=false then %>onMouseOver="this.bgColor='#E3E31B'; this.style.color='#ffffff';" onMouseOut="this.bgColor='#FFFFFF'; this.style.color='#000000';" <%end if%>style="width: 9%; cursor: hand; border-right: none; align: center; vertical-align: center;"
title="Click to get info">
<font color="navy"><%= RS("ROLL_ID")%></font>
</TH>