Kieran Menor Posted January 31, 2009 Share Posted January 31, 2009 Okay so, I need to make it so that when you hover the mouse over a person's image, a small about text appears describing that person. There are 5 persons in 1 image, so I used <area> tags to define their areas. After that, I thought it was as simple as adding onmouseover and onmouseout to those area tags, but... I don't know, you better look for yourself: http://misc.smwcentral.net/what/ (disregard the crappy HTML code; most of it was made in GoLive by someone else) The red square <div> at the bottom has the exact same onmouseover and onmouseout as the leftmost person, but as you can see, it works as it should. So what the hell? Quote Link to comment Share on other sites More sharing options...
webster08 Posted February 1, 2009 Share Posted February 1, 2009 you should look into "dhtml tool tip" or use the "title" attribute for each section of your area. 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.