bbz
07-30-2010, 03:04 AM
I have similar question for displaying bigger images. I like this fadeslideshow very much and it works great. Just wondering in the “imagearray”, for example
imagearray: [
["images.gif ", "bigImage.html", "_new", "<p>Description</p>"],
["images2.gif ", "bigImage2.html", "_new", "<p>Description2</p>"]
]
1. I have put a link in the second field in the array. The link works fine, but the problem is the cursor. For the description’s images of restore.png and x.png, they defined as “cursor:hand;cursor:pointer;” , so when hover on it, a hand will appear for click as same as it hover on the link of the html page link of bigImage.html, bigImage2.html, etc. That is very confusing for the click of the restore.png or x.png with the html page link. I just wondering if there is a way I can separate them such as hover on restore.png or x.png with hand, and the html link as a magnify image?
2. I have see the jQuery Image Magnify v1.1, link: http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
Since the slideshow images are fixed size, I just wondering if there is a way that I can combine them as when I click on any of the slide it will show a larger image?
imagearray: [
["images.gif ", "bigImage.html", "_new", "<p>Description</p>"],
["images2.gif ", "bigImage2.html", "_new", "<p>Description2</p>"]
]
1. I have put a link in the second field in the array. The link works fine, but the problem is the cursor. For the description’s images of restore.png and x.png, they defined as “cursor:hand;cursor:pointer;” , so when hover on it, a hand will appear for click as same as it hover on the link of the html page link of bigImage.html, bigImage2.html, etc. That is very confusing for the click of the restore.png or x.png with the html page link. I just wondering if there is a way I can separate them such as hover on restore.png or x.png with hand, and the html link as a magnify image?
2. I have see the jQuery Image Magnify v1.1, link: http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm
Since the slideshow images are fixed size, I just wondering if there is a way that I can combine them as when I click on any of the slide it will show a larger image?