my link id is: ahhh
I can get one image to work... but how to i add other image id's to this array?Code:$("#ahhh").fancybox({ 'padding' : 14, 'autoScale' : true, 'transitionIn' : 'fade', 'transitionOut' : 'fade', 'speedIn' : 800, 'speedOut' : 800, 'width' : 900, 'height' : 170, 'enableEscapeButton': false });
I've just about tried everything. Example below:
$("#ahhh"),$("#aaaa")$("#bbbb").fancybox({
I've also tried: $("#ahhh","#aaaa","#bbbb")
but to no avail.. i can't get it to open up but one image.. the first image.. help would be greatly appreciated. Thank you.


Reply With Quote
Bookmarks