gpt4 book ai didi

html - css - 如何隐藏嵌套在 div 中的 href 链接?

转载 作者:行者123 更新时间:2023-11-28 13:53:12 25 4
gpt4 key购买 nike

我有一个 div,里面有一个 anchor 标记。我想将“a”标签的显示设置为无。我会怎么做呢?看起来像-

<div id="upper">
<a href="http://myLink">Hide Me!</a>
<p>Not to hide this text </p>
</div>

我试过-

#upper a {display:none;}

但是由于某些原因这不起作用。我做错了什么?

最佳答案

如果有人建议,不要#upper a {display:none !important;},因为这会在未来引入比立即解决更多的问题。

#upper a {display:none;} 会起作用,除非有更具体的规则在某处覆盖它,这可以用 firebug 或 Chrome 检查器等检查。

关于html - css - 如何隐藏嵌套在 div 中的 href 链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11178985/

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