2012-04-13, 03:24:14
Hello. Just so you guys know if you run into an issue with IE & cycle slideshow with the prev/next button it's a css issue.
Because IE (loverly) renders only the portion of the a tag with 'content' for the :hover to work we need to add a blank background to the tag or else only when you hover over the hidden button will it trigger the event.
So in the .gallery-cycle .next, .gallery-cycle .prev I added
background: url('/plugin/i18n_gallery/images/fancybox/blank.gif') repeat left top;
(I exported the style into a separate stylesheet so I couldn't use php for template path).
Hope this helps, spent some time trying to figure that one out.
Because IE (loverly) renders only the portion of the a tag with 'content' for the :hover to work we need to add a blank background to the tag or else only when you hover over the hidden button will it trigger the event.
So in the .gallery-cycle .next, .gallery-cycle .prev I added
background: url('/plugin/i18n_gallery/images/fancybox/blank.gif') repeat left top;
(I exported the style into a separate stylesheet so I couldn't use php for template path).
Hope this helps, spent some time trying to figure that one out.