gpt4 book ai didi

html - : visited img { display: none; }

转载 作者:太空狗 更新时间:2023-10-29 13:25:07 26 4
gpt4 key购买 nike

<分区>

我的 HTML 代码如下所示:

<article class="post">
<a class="thumbnail" href="#">
<img width="200" height="100" src="some.jpg" class="attachment-thumbnail">
</a>
<header>
<h2 class="posttitle">
<a href="#">Posttitle</a>
</h2>
</header>
</article>

第一个链接内的图片只需要显示,当链接还没有被访问时。如果链接被访问,我会做一个显示:无;

a:visited img {
display: none !important;
visibility: hidden !important;
border: 1px solid red; * this is for testing*
}

http://jsfiddle.net/isherwood/rj394/2

但图像仍然显示。测试边界是红色的。如果我将 :visited 更改为 :hover 它会按应有的方式显示(:hover 并且它消失了)。 Firebus 告诉我,图像是“显示:无”,但显然不是...

有人知道这个问题并知道可能的解决方案吗?

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