I want a very simply script which will show a small white box on the mouse over event on a image. HOw can I do this?
Set onmouseover event for the image element in question.
Alter style.display / style.visibility for the none / hidden element, or if there is no element, use createElement to create it.