Code:
<asp:HyperLink id="HyperLink12" onmouseover="this.style.background='blue';this.style.color='white'" style="TEXT-DECORATION: none" onmouseout="this.style.background='silver';this.style.color='blue'" font-size="9" runat="server" font-bold="true" ForeColor="blue" NavigateUrl="[URL unfurl="true"]http://www.mlb.com/NASApp/mlb/mlb/standings/mlb_standings_league.jsp"[/URL] target="_PARENT">Standings</asp:HyperLink>
The code above appears just fine in IE. The text and background change upon rollover. But in Navigator(7.1), only the background changes. You can't make out any text. Is there a way to code this for Netscape too?
Thanks.