i would think the easiest way would be to create a 2 frame movieclip where the first frame has the hotspot and the second has the rollover state and you'd simply create a little box with what you want and use onRollOver and onRollOut.
if you want to get all fancy you can create a class to handle it.
blu
Main Topics
Browse All Topics





by: najhPosted on 2007-08-23 at 02:30:41ID: 19752544
Well you could do this in Flash, but i don't think flash is appropriate in this case, although it'd probably be easiest. (for me at least!)
blog/css/ F loating_La yer_At_Cur sor_Positi on.html
I reckon your solution is a mix of css and javascript. You need to have a little floating div which is at a higher z-index. Then you need some javascript which reacts to the onMouseOver event of the link which then sets the visibility of your floating div to visible. It'll do this by affecting the style of the div in question.
This might help: (although I've not checked it out but it looks the right sort of thing)
http://www.willmaster.com/