I am trying to use the title attribute to acknowledge participants in a fundraising effort. I have added the title tag inside the href, but it only displays in one way. The inside attribute does nothing. Also, the title positioning is off to the right in IE 9, looks fine in FF.
Here is the page http://ipga.com/communications/photos/2013/bfc/index.asp
My FancyBox call in the page looks like this:
$("a.grouped_elements").fancybox({
padding: 0,
openEffect : 'elastic',
openEasing : 'easeOutBack',
openSpeed: 500,
closeEffect : 'elastic',
closeEasing : 'easeInBack',
closeSpeed: 500,
closeClick : true,
titlePosition : 'inside'
});
Any ideas would be helpful.