Hello everyone, Can anybody identify the JavaScript used used in the upper-right corner of this website ? The script I'm referring to is the small picture of the paint brush: Once the user hovers over it a div fades in, and on mouseout the div fades out. That's it - that's all I need to find. Initially I thought it would have been a tooltip, although having spent significant amounts of time searching for one suitable I am not so sure. If it is a tooltip, can somebody perhaps link me to it? Another thought was that it may be custom made, if this is the case does anyone know of one similar? Doesn't need support fade. All I need it to do is show up when I hover over a div, keep showing whilst the mouse is in it and disappear when the mouse moves out . In fact, something like this using divs instead of <ul> and <li> Thanks
I guess it can be done with tooltip. Take a look here: http://plugins.learningjquery.com/cluetip/demo/ some of tooltips no not disappear when you hover over them.
Hey AsHinE, Thanks for your reply. I looked at the link you gave me and was able to significantly modify one of the tooltips to suit my needs. Thanks for your help