gpt4 book ai didi

html - 模糊背景图像而不是悬停时的文字

转载 作者:行者123 更新时间:2023-11-28 04:11:42 24 4
gpt4 key购买 nike

您好亲爱的开发者,

我在编写 Post 网格时遇到问题。我想在悬停时模糊背景图像。但是我的文字(在同一个 div 中也很模糊)。你有解决办法吗?或者没有其他方法,不在容器中的新 div 中使用此图片。想保留它作为背景图像

帖子 php:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="article" style="background-image: url(<?php echo the_post_thumbnail_url(); ?>);" onclick="self.location.href='<?php echo get_permalink( $leavename = false ); ?>'">
<div class="post_info">
<span class="post_cat"><?php the_category(' ') ?></span>
<h2 class="post_title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<span class="post_date"><?php the_time('d.m.Y') ?></span>
</div>

<!-- .article --></div>

CSS:

.article:hover {
-webkit-filter: blur(2px);
}
.article {
margin-top: 15px;
position: relative;
height: 229px;
margin-left: 15px;
margin-right: 15px;
float: left;
width: 25%;
cursor: pointer;
}

谢谢你帮助我,ExotiQ

最佳答案

不能模糊背景图片,但你可以模糊任何元素或伪元素

我会继续为您的问题提供解决方案,但这个总结得很好。 Check out this awnser

希望对您有所帮助!

关于html - 模糊背景图像而不是悬停时的文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42679070/

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