tr background image
Is there a way to apply a tr image to the row just once without it adding the image to every td within the tr?
https://codepen.io/tvu1313/pen/vYwjGOj
6 Replies
you can leave the TDs background blank
i tried that but its still not working
td.h2hwlt {
background: none;
}
looks like maybe a specificity issue.
though I'm not really clear I guess on the issue xD
I’m trying to get the image to show up once in the center. I’ll then make it bigger and fade it out but right now it’s appearing in each td element
please start with cleaning up your codepen. there is css and js in the html which makes it difficult for us to see what is going on.
maybe make a codepen with only the table and nothing else, so only the relevant part