Why doesn't CSS hover work on table rows when the cells inside the rows have class names?

前端 未结 6 1933
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 02:13

I am stuck with this problem so any help would be appreciated. I have a table with several rows. Each cell within the row belongs to a certain class. I use these class names to

6条回答
  •  一整个雨季
    2021-02-04 02:28

    never put space between

    tr:hover(space)td
    

    I was giving space hence it was working for me.

提交回复
热议问题