Jump to content

Проблема fancybox и IE


okunev2
 Share

Recommended Posts

Установил данный скрипт http://fancybox.net/ во всех браузерах все отлично работает, но в IE гд повторяются id ссылок уже не работает этот скрипт, фото открывается в обычном окне браузера. Ниже пример, для первой картинки все срабатывает, для всех последующих нет. А если всем давать картинкам разные id то все работает. Куда копать не знаю :(

	<script type="text/javascript">
$(document).ready(function() {
$("a#example5").fancybox({
'titlePosition' : 'inside'
});
$("a[rel=example_group]").fancybox({
'transitionIn' : 'none',
'transitionOut' : 'none',
'titlePosition' : 'over',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
return '<span id="fancybox-title-over">Изображения ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + '</span>';
}
});
});
</script>

<a id="example5" href="" title=""><img src=" alt="" /></a>
<a id="example5" href="" title=""><img src=" alt="" /></a>
<a id="example5" href="" title=""><img src=" alt="" /></a>
<a id="example5" href="" title=""><img src=" alt="" /></a>
<a id="example5" href="" title=""><img src=" alt="" /></a>

Link to comment
Share on other sites

  • 4 weeks later...
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy