Hello, I had to switch to multibox from the fancybox because my IE doesn’t show the button in IE. Now, multibox works fine, with a small glitch. That is when I give a title to the popup syntax, the page renders the title + another div with the same content. So when the image/video is popped up, you see two titles.
Here is the rendered code;
<a rel="type:swf" href="http://www.youtube.com/v/cRdxXPV9GNQ?hl=en&fs=1" title="A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home." id="mb7053" class="jagroup7053"> <img src="http://i4.ytimg.com/vi/kZsumNNBom0/default.jpg"/> </a>
<div class="multiBoxDesc mb7053" style="display: none;">A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.</div>
It seems like the bottom div title is taken from the popup title. Now, I see duplicate information when the popup is shown. I think this is a bug……