Is there a way to have the title attribute of an html element to display for a longer time?

前端 未结 4 1457
北海茫月
北海茫月 2021-01-18 04:42

Without using tooltip plugins or such, is there a way to extend the duration of time that the title attribute of an html element will display for?

thanks!

4条回答
  •  Happy的楠姐
    2021-01-18 05:44

    The tooltip you're on about here is something that's dependant on the browser. The browser (or the operating system) defines how long this tooltip shows for.

    Unless you want to change the browser, and provide all visitors to your site with that browser version, then I'd suggest you use a javascript solution for tooltips.

提交回复
热议问题