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? Quote Link to comment 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> Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.