Not working Title attribute for image tag?

前端 未结 4 993
抹茶落季
抹茶落季 2020-12-21 11:42

I am facing bit strange problem with my application. I have an image

\"New

        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 12:14

    I know I'm way late to the party but things are radically different today (Dec. 2018) than they were when this post was created (Jun. 2011).

    In case someone is having this problem with images not showing the tooltip of the title="" attribute, well, make sure you are not testing in Responsive Mode.

    The title="" attribute obviously isn't going to work because Responsive Mode in browsers, at least in Firefox and Chrome, emulate touchscreen devices and the title="" attribute only works with a mouse pointer.

    Yep, I know what you're thinking…

提交回复
热议问题