Menu

Is it possible to have mouse over text on an text in a node?

keenblade
2017-08-04
2017-08-04
  • keenblade

    keenblade - 2017-08-04

    Hello. Is it possible to have a tooltip when mouse is over a word in a node. In "Edit node details" window I put some code in "HTML Code view" tab. But they don't work. E.g. a code like this dont work:
    <abbr title="This is my tooltip"> bla bla my text </abbr>

     

    Last edit: keenblade 2017-08-04
  • Luigi Kang

    Luigi Kang - 2017-08-06

    The map renderer is limited to at most HTML 3.2, something that was conceived more than two decades ago. So attributes such as title that were introduced in HTML 4 would not work.

    I do understand and can relate to your problem, for I too longed for the usage of tooltip popup over text. Neither CSS hover nor spacer with alt attribute would work.