博客园  :: 首页  :: 联系 :: 管理

ASP.NET 超链接 设置 状态栏隐藏显示以及去掉下划线

Posted on 2008-10-08 09:49  sunrack  阅读(1063)  评论(0)    收藏  举报
<head runat="server">
    <title></title>
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
    <link href="CSS/Frame.css" rel="stylesheet" type="text/css" />
    <style TYPE="text/css">
<!--
A:link{color:Black;text-decoration:none}
A:visited{color:Black;text-decoration:none}
A:hover {color:Black;text-decoration:none}
 -->
</style>
</head>
<body  onmouseover="if(event.srcElement.tagName=='A' ||event.srcElement.tagName=='IMG')   {window.status='';return   true}">