http://new.studylight.org/newfeatures/findclickpoint.html
This is the page that I am trying to get to work.
Theory is, when you click on a greek word, the underlying javascript reads the word you right-mouse clicked on and puts it into an entry in the context menu such as "search for 'δαυιδ'".
I tried SPAN and LABEL but only DIV would allow me to change the innerText of the container. Problem is, the menu doesn't show the "search for" part. It only shows the DIV and it is not selectable.
What am I doing wrong and how do I correct it?