gpt4 book ai didi

asp.net - asp.net按钮和超链接设计的区别

转载 作者:太空宇宙 更新时间:2023-11-04 00:20:17 25 4
gpt4 key购买 nike

我正在尝试将普通 html 中的 hyperlink 样式应用于 Asp.net 按钮

但是如果我得到一个破坏按钮外观的奇怪背景会发生什么。

超链接:

enter image description here

Asp.net 按钮

enter image description here

想要去掉出现在asp.net按钮中的这个大纲

我的 CSS 如下:

 .btn{
background:url(../images/bg-btn.png) no-repeat;
width:123px;
height:45px;
color:#80460f;
font-size:13px;
line-height:36px;
text-transform:uppercase;
text-align:center;
display:block;
margin:12px 0 0 -10px;
}

最佳答案

您是否尝试过使用 outline:0 和 border:0?

       .btn{
background:url(../images/bg-btn.png) no-repeat;
width:123px;
height:45px;
color:#80460f;
font-size:13px;
line-height:36px;
text-transform:uppercase;
text-align:center;
display:block;
margin:12px 0 0 -10px;
outline:0;
border:0;

看看它是否有效...

关于asp.net - asp.net按钮和超链接设计的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9545525/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com