Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onmouseover with netscape 1

Status
Not open for further replies.

piratefan

Programmer
Jul 20, 2003
195
US
Code:
<asp:HyperLink id=&quot;HyperLink12&quot; onmouseover=&quot;this.style.background='blue';this.style.color='white'&quot; style=&quot;TEXT-DECORATION: none&quot; onmouseout=&quot;this.style.background='silver';this.style.color='blue'&quot; font-size=&quot;9&quot; runat=&quot;server&quot; font-bold=&quot;true&quot; ForeColor=&quot;blue&quot; NavigateUrl=&quot;[URL unfurl="true"]http://www.mlb.com/NASApp/mlb/mlb/standings/mlb_standings_league.jsp&quot;[/URL] target=&quot;_PARENT&quot;>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.
 
pirate: you might repost this question over at the Java forum - those guys are something else over there, and could probably spot the problem prompto - unless of course it has something to do with the asp:hyperlink object - my first guess is that it does not. Myself, I am not Netscape expert. Also, you might just review a few pages in Netscape that has the mouseover background/text change and view the source code for a hint. Post back if you don't have any luck - a little tweaking and we could probaby figure this out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top