Title Popup

Hi,

Does anyone if there’s a way of applying display:none to the popup tool tip of an anchor’s title attribute.

I’m using a jquery script that is driven by the contents of the title attribute. It is working fine but the popup tooltip shows the html content of a flipbox and I’m hoping I can use css to hide the tooltip without affecting the script.

Many thanks in advance.

Hi,

You can’t target the default browser tooltip generated by the title attribute because that is handled solely by the browser.

You’d have to remove the attribute with javascript if you didn’t want the tooltip to show.