styling an image title attribute using css?

前端 未结 7 1352
猫巷女王i
猫巷女王i 2020-12-14 13:07

I want to style the text we see when we hover over the image. I tried the following but it won’t work:


         


        
7条回答
  •  爱一瞬间的悲伤
    2020-12-14 13:26

    If what you want to do is display a text when the mouse hovers an image, you can do something using CSS :hover state.

    Such a solution is described in this blog post.

提交回复
热议问题