I currently set the title attribute of some HTML if I want to provide more information:
title
An
Depending on how much information you want to give the user, a modal dialogue box might be an elegant solution.
Specifically, you could try the qTip jQuery plugin, which has a modal mode fired on $.click():
$.click()