Hello i need to load an image from an database and the popup should be there when i keep the mouse over the images...i used http://www.vegabit.com/jquery_bubble_popup/
$(document).ready(function() {
$('#dummy1').SetBubblePopup({
innerHtml: '<p>You can set any HTML tag<br />inside this popup!<br /><a href="#">this is a link</a></p>'
});
});
how can i use this for some 10 images from database using php??