2PTTechnology

The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology Sign in | Join | Help
in Search

<asp:hyperlink> on mouseover add a underline, onmouseout remove underline

Last post 11-13-2007, 2:48 PM by pskobel. 0 replies.
Sort Posts: Previous Next
  •  11-13-2007, 2:48 PM 88

    <asp:hyperlink> on mouseover add a underline, onmouseout remove underline

    example in c# code:

    ahphome.Attributes["onmouseover"] = "this.style.textDecoration='underline'";

    ahphome.Attributes["onmouseout"] = "this.style.textDecoration='none'";

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems