gpt4 book ai didi

html隐藏图片边框

转载 作者:行者123 更新时间:2023-11-27 23:15:29 35 4
gpt4 key购买 nike

我正在用 CSS 装饰一个表格,我添加了箭头以显示数据的排序方向。显示了箭头,但它周围有一个我无法删除的边框。如何使用 CSS 删除此边框?

CSS 看起来像这样:

table>thead>tr>th.sort-desc>img {
background: transparent url(/assets/grid_ctrl_imgs.png) no-repeat scroll -100px -67px;
width: 19px;
height: 16px;
overflow: hidden;
vertical-align: middle;
}

这个标题的 HTML 看起来像这样:

<th *ngFor='let key of columns' class='sort-desc'>
{{ key.label }} <img>
</th>

最佳答案

#class img
{
border: none;
}

attribute 
<img src="" border=0/>

两者都非常适合我。

关于html隐藏图片边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58288254/

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