Good time!

Please help me figure it out! With the help of this plugin, I made a pop-up hint for my navigation map , it was written in the instructions that you can apply absolutely to any tag that you can set the title and class attributes, I did, I registered it for the AREA tag. The prompt itself works correctly, but the problem is with positioning only; it “pops up” not where it should be! Tell me, please, maybe someone has at least some ideas. Thank you in advance!

  • one
    If anyone is interested, I found an excellent plugin for solving my problem: craigsworks.com/projects/qtip2/download is the plugin itself. - Artyomich
  • Example in brief: $ (document) .ready (function () {$ ('write a class or tag here'). Qtip ({id: 'myTooltip', content: {text: 'here is the text of the tooltip',}, position: { my: 'right center', // This is positioning at: 'bottom left', // This is positioning}, show: {delay: 150, // Delay style: {classes: 'ui-tooltip-green ui-tooltip-shadow ui-tooltip-jtools ui-tooltip-rounded ', // Default hint styles, you can change to your width: 200,},}); - Artyomich

1 answer 1

Try setting for the <area style = "position: relative" /> tag

Write, worked or not.

  • Not quite worked, now the tooltip appears at the bottom of the screen - Artyomich
  • one
    I shoved AREA into a DIV and already DIV'ou set styles. WORKS! - Artyomich
  • Ukhtyyyyy ........ - Mikhail Nikolaev