<a style="color: #fff"
onclick="if (confirm('确定要退出吗?')) return true;
else return false;" href="../logout.jsp" target=_top>退出系统</a>
target=
_blank浏览器总在一个新打开
_self默认目标
_parent父窗口
_top清除框架
//下划线
<style type="text/css">
a:link,a:visited{
text-decoration:none; /*超链接无下划线*/
}
a:hover{
text-decoration:underline; /*鼠标放上去有下划线*/
}
</style>
//颜色
<style type="text/css">
.color{color:#ffffff; text-decoration:none;font-weight:bold;}/*链接设置*/
.color:visited{color:#ffffff; text-decoration:none;font-weight:bold;}/*访问过的链接设置*/
.color:hover{color:#CF0000; text-decoration:underline;font-weight:bold;}/*鼠标放上的链接设置*/
</style
//簡單點﹕
<a href="a.htm" style="text-decoration : none ">asd</a>
暂无评论,还不快来坐沙发...