java script image curling
Wednesday, March 19th, 2008Put that page curl effect on images.
Put that page curl effect on images.
This is a mootools photo gallery scrip:
Unlike other systems out there, JonDesign’s SmoothGallery is designed from the ground up to be standard compliant: You can feed it from any document, using custom css selectors.
And even better, this solutions is very lightweight: The javascript file is only 24kb.
http://smoothgallery.jondesign.net/
Sphere: Related ContentIf you have problems with Internet Explorer (IE6 or IE7) and png images you should try using this script. What happens is that sometimes IE will seem like it is loading forever, and it is really just having issues with the png image that is trying to be displayed on the page. Most times it is a transparent backround on the png that is actually causing the problem.
This script will fix that problem by essentially laying a 1px by 1px transparent .gif file over the top of the png, and then IE has no more problems.
Sphere: Related Content