Blur entire background on hover
问题 So I have a few items on my front page, which shows a few anime. What I am looking to do is when you hover over say the first show, "Hunter X Hunter", I want everything else on the page excluding the one that is being hovered over to be blurred. I have looked around and seen a few examples, but I feel my situation is a bit different. All the items on the front page are just being echo'ed out from the database. $fetch = mysqli_query($conn, "SELECT * FROM shows"); while($row = mysqli_fetch