CSS样式
怎样才可以做到鼠标移动到字体下显示有下划线
a{text-decoration:none} //设置默认无下划线
a:hover { text-decoration:underline;} 设置鼠标放上去的下划线效果
posted on 2013-09-05 09:57 YoungPop_Chen 阅读(149) 评论(0) 编辑 收藏 举报
怎样才可以做到鼠标移动到字体下显示有下划线
a{text-decoration:none} //设置默认无下划线
a:hover { text-decoration:underline;} 设置鼠标放上去的下划线效果
posted on 2013-09-05 09:57 YoungPop_Chen 阅读(149) 评论(0) 编辑 收藏 举报