when the user puts his mouseover this object i want a message to pop up:
onmouseover="evt.target.setAttribute('opacity', '0.5'); $('#someDiv').show();" onmouseout="evt.target.setAttribute('opacity','1)'); $('#someDiv').hide();"
what exaclty does someDIv mean? where do put the text?
i am doing this and it is not showing the text at all. it is just changing the opacity