jwhite68 Posted December 13, 2007 Share Posted December 13, 2007 I have the following header in a menu: <li id="li1" onmouseover="showblock('2');" onmouseout="hideblock('2');"><h2>BUYERS</h2> Is there a way to show some tooltip text when the mouse moves over the h2 header BUYERS, in the same way you can have tooltip text for a <a href> element? Link to comment https://forums.phpfreaks.com/topic/81529-how-to-display-tooltip-text-on-header/ Share on other sites More sharing options...
phpQuestioner Posted December 13, 2007 Share Posted December 13, 2007 <h2 title="are you a buyer?">BUYERS</h2> Link to comment https://forums.phpfreaks.com/topic/81529-how-to-display-tooltip-text-on-header/#findComment-413998 Share on other sites More sharing options...
jwhite68 Posted December 13, 2007 Author Share Posted December 13, 2007 Thanks. So simple, when you know how! Link to comment https://forums.phpfreaks.com/topic/81529-how-to-display-tooltip-text-on-header/#findComment-414172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.