鼠标滑过样式 示例

作者在 2008-10-23 17:08:06 发布以下内容
如下:
<html>
<head>
<title></title>
<style type="text/css">
a,a:visited{color:red}
a:hover{color:green}
</style>
</head>
<body>
    <asp:GridView id="GridView1" runat="server"></asp:GridView>
    <a href="http://www.mrsoft.com">明日科技</a>
</body>
</html>
asp.net收藏 | 阅读 2595 次
文章评论,共0条
游客请输入验证码
浏览10352次
文章归档