我正在尝试使用标题属性来感谢筹款活动的参与者。我在 href 中添加了标题标签,但它只以一种方式显示。inside 属性什么都不做。此外,IE 9 中的标题位置偏右,在 FF 中看起来不错。
这是页面http://ipga.com/communications/photos/2013/bfc/index.asp
我在页面中的 FancyBox 调用如下所示:
$("a.grouped_elements").fancybox({
padding: 0,
openEffect : 'elastic',
openEasing : 'easeOutBack',
openSpeed: 500,
closeEffect : 'elastic',
closeEasing : 'easeInBack',
closeSpeed: 500,
closeClick : true,
titlePosition : 'inside'
});
任何想法都会有所帮助。