Is it possible to prevent the text popup that happens when you mouseover a link from disappearing after a certain amount of time. I don’t wish to create a completely different text popup solution and would only like to have to pass another attribute into the anchor tag or find out if this is browser controlled.
Share
Unfortunately this is controlled by the browser and can’t be changed. You could look at using something like the jQuery Tooltip Plugin instead, or jQuery Tools which has a nice example of imitating browsers default tooltip.