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? Link to comment https://forums.phpfreaks.com/topic/143280-seemingly-simple-mouseovermouseout-function/ 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. Link to comment https://forums.phpfreaks.com/topic/143280-seemingly-simple-mouseovermouseout-function/#findComment-751712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.