I've been looking at this all day and through ignorance am getting no where (and going a bit crazy)
Rather than using the standard info window on a marker click I am looking to show a customised div element when the mouse rolls over the icon. Then when it rolls out I need the div to dissapear.
I've got as far as adding a clientsidehandler to the marker so I can at least raise an event on the client. Not sure if this is the best way but I was planning on passing the text and co-ordinates through to a javascript function and have this show a div with the info inside.
Problem is, I need the div to be anchored to the marker and I'm not sure whether or not I need to pass through x,y locations and if so how I would go about getting these.
Any help appreciated and I will post an example in the code section if I can get some help.
Thanks