作者:我我檬檬我我186 | 2023-08-20 10:24
我需要使用CSS制作一个看起来像链接的按钮.更改已完成,但是当我单击它时,它显示为按下按钮.知道如何删除它,以便即使点击按钮也可以作为链接使用吗?
1> adardesign..:
HTML
button {
background: none!important;
border: none;
padding: 0!important;
/*optional*/
font-family: arial, sans-serif;
/*input has OS specific font-family*/
color: #069;
text-decoration: underline;
cursor: pointer;
}
CSS
参见演示(在JSfiddle上)
我对小提琴的微小变化 - 移动了文本装饰:强调规则以按钮操作:悬停.请参阅我的[分叉小提琴](http://jsfiddle.net/zYCN9/1/).
如果您不希望所有按钮都被设置为链接,请使用类似`button.link {... styles ...}`然后`